Sort left pane via receivedAt/receivedAtMs, even via edits

This commit is contained in:
Scott Nonnenberg 2024-03-25 12:21:14 -07:00 committed by GitHub
parent a39e46db5c
commit 6bc6cc64c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 55 additions and 11 deletions

View file

@ -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(),
},
],
};