mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix: fix message order being messed up because of the messageId
This commit is contained in:
parent
3efcc63efb
commit
7dce940e68
@ -167,7 +167,7 @@ ScrollView {
|
||||
DelegateModel {
|
||||
id: messageListDelegate
|
||||
property var lessThan: [
|
||||
function(left, right) { return left.clock < right.clock && left.messageId < right.messageId }
|
||||
function(left, right) { return left.clock < right.clock }
|
||||
]
|
||||
|
||||
property int sortOrder: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user