parent
b479dba001
commit
6c7a3d6340
|
@ -168,7 +168,7 @@ ScrollView {
|
||||||
DelegateModel {
|
DelegateModel {
|
||||||
id: messageListDelegate
|
id: messageListDelegate
|
||||||
property var lessThan: [
|
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
|
property int sortOrder: 0
|
||||||
|
|
Loading…
Reference in New Issue