mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Persist reaction.receivedAtDate
This commit is contained in:
@@ -28,6 +28,7 @@ export type ReactionAttributesType = {
|
||||
targetAuthorAci: AciString;
|
||||
targetTimestamp: number;
|
||||
timestamp: number;
|
||||
receivedAtDate: number;
|
||||
};
|
||||
|
||||
const reactions = new Map<string, ReactionAttributesType>();
|
||||
|
||||
Reference in New Issue
Block a user