mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-18 12:47:13 +00:00
@ -43,7 +43,7 @@ class __ChatRaidMessage extends State<ChatRaidMessage>
|
|||||||
widget.event.createdAt)
|
widget.event.createdAt)
|
||||||
.abs() <
|
.abs() <
|
||||||
60;
|
60;
|
||||||
if (isAutoRaid) {
|
if (isAutoRaid && _isRaiding) {
|
||||||
final autoRaidDelay = Duration(seconds: 5);
|
final autoRaidDelay = Duration(seconds: 5);
|
||||||
_raidingAt = DateTime.now().add(autoRaidDelay);
|
_raidingAt = DateTime.now().add(autoRaidDelay);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user