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
|
@ -129,10 +129,14 @@ describe('MessageReceipts', () => {
|
|||
{
|
||||
sendStateByConversationId: defaultSendState,
|
||||
timestamp: editedSentAt,
|
||||
received_at: 2,
|
||||
received_at_ms: Date.now(),
|
||||
},
|
||||
{
|
||||
sendStateByConversationId: defaultSendState,
|
||||
timestamp: sentAt,
|
||||
received_at: 1,
|
||||
received_at_ms: Date.now(),
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue