minor fixes

This commit is contained in:
Salvatore Giordano
2021-11-29 16:29:22 +01:00
parent 85c29992e5
commit 3bd545e504
2 changed files with 5 additions and 3 deletions
@@ -1603,7 +1603,7 @@ class ChannelClientState {
message.createdAt.isBefore(
DateTime.now().subtract(
const Duration(
seconds: 1,
seconds: 5,
),
),
),