[fix 6501] sort chats by timestamps of last incoming message

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2018-10-24 11:36:23 +02:00
parent e020f19da0
commit a4461089fc
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@
:search/filtered-home-items
:<- [:search/filtered-active-chats]
(fn [active-chats]
active-chats))
(sort-by #(-> % second :timestamp) > active-chats)))