Sort left pane via receivedAt/receivedAtMs, even via edits
This commit is contained in:
parent
a39e46db5c
commit
6bc6cc64c4
7 changed files with 55 additions and 11 deletions
|
@ -186,6 +186,8 @@ export function getConversation(model: ConversationModel): ConversationType {
|
|||
isVerified: model.isVerified(),
|
||||
isFetchingUUID: model.isFetchingUUID,
|
||||
lastMessage: getLastMessage(attributes),
|
||||
lastMessageReceivedAt: attributes.lastMessageReceivedAt,
|
||||
lastMessageReceivedAtMs: attributes.lastMessageReceivedAtMs,
|
||||
lastUpdated: dropNull(timestamp),
|
||||
left: Boolean(attributes.left),
|
||||
markedUnread: attributes.markedUnread,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue