mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48:41 +00:00
fix #67
This commit is contained in:
parent
4b441533e0
commit
a0e3bdf16f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class MessagesDao extends DatabaseAccessor<TwonlyDatabase>
|
||||||
t.contactId.equals(contactId) &
|
t.contactId.equals(contactId) &
|
||||||
t.messageOtherId.isNotNull() &
|
t.messageOtherId.isNotNull() &
|
||||||
t.kind.equals(MessageKind.media.name))
|
t.kind.equals(MessageKind.media.name))
|
||||||
..orderBy([(t) => OrderingTerm.desc(t.sendAt)]))
|
..orderBy([(t) => OrderingTerm.asc(t.sendAt)]))
|
||||||
.watch();
|
.watch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue