mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 11:18:41 +00:00
increase retaining time period
This commit is contained in:
parent
d79e7c5bc7
commit
dbce69ac2b
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class MessagesDao extends DatabaseAccessor<TwonlyDatabase>
|
||||||
DateTime.now().subtract(const Duration(days: 1)),
|
DateTime.now().subtract(const Duration(days: 1)),
|
||||||
) |
|
) |
|
||||||
(t.sendAt.isSmallerThanValue(
|
(t.sendAt.isSmallerThanValue(
|
||||||
DateTime.now().subtract(const Duration(days: 1)),
|
DateTime.now().subtract(const Duration(days: 3)),
|
||||||
) &
|
) &
|
||||||
t.errorWhileSending.equals(true))) &
|
t.errorWhileSending.equals(true))) &
|
||||||
t.kind.equals(MessageKind.textMessage.name),
|
t.kind.equals(MessageKind.textMessage.name),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue