mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Persist reaction.receivedAtDate
This commit is contained in:
@@ -26,6 +26,7 @@ describe('reaction utilities', () => {
|
||||
fromId: OUR_CONVO_ID,
|
||||
targetTimestamp: Date.now(),
|
||||
timestamp: Date.now(),
|
||||
receivedAtDate: Date.now(),
|
||||
...(isPending ? { isSentByConversationId: { [uuid()]: false } } : {}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user