Persist reaction.receivedAtDate

This commit is contained in:
Fedor Indutny
2023-12-08 02:30:20 +01:00
committed by GitHub
parent b2a3605d77
commit 47c49d0a20
7 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ describe('reaction utilities', () => {
fromId: OUR_CONVO_ID,
targetTimestamp: Date.now(),
timestamp: Date.now(),
receivedAtDate: Date.now(),
...(isPending ? { isSentByConversationId: { [uuid()]: false } } : {}),
});