mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 19:18:53 +00:00
parent
b479dba001
commit
6c7a3d6340
@ -168,7 +168,7 @@ ScrollView {
|
||||
DelegateModel {
|
||||
id: messageListDelegate
|
||||
property var lessThan: [
|
||||
function(left, right) { return left.clock < right.clock } // TODO: should be sorted by messageId
|
||||
function(left, right) { return left.clock < right.clock && left.messageId < right.messageId }
|
||||
]
|
||||
|
||||
property int sortOrder: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user