mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48:41 +00:00
fix invaliddownloadtoken
This commit is contained in:
parent
0e8c84bd22
commit
60aa52d4da
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class MessagesDao extends DatabaseAccessor<TwonlyDatabase>
|
|||
(t) =>
|
||||
t.downloadState.equals(DownloadState.downloaded.index).not() &
|
||||
t.messageOtherId.isNotNull() &
|
||||
t.errorWhileSending.equals(false) &
|
||||
t.kind.equals(MessageKind.media.name),
|
||||
))
|
||||
.get();
|
||||
|
|
|
|||
Loading…
Reference in a new issue