Persist reaction.receivedAtDate
This commit is contained in:
parent
b2a3605d77
commit
47c49d0a20
7 changed files with 9 additions and 0 deletions
|
@ -2397,6 +2397,7 @@ export async function startApp(): Promise<void> {
|
|||
storyReactionMessage: message,
|
||||
targetAuthorAci,
|
||||
targetTimestamp: reaction.targetTimestamp,
|
||||
receivedAtDate: data.receivedAtDate,
|
||||
timestamp,
|
||||
};
|
||||
|
||||
|
@ -2731,6 +2732,7 @@ export async function startApp(): Promise<void> {
|
|||
storyReactionMessage: message,
|
||||
targetAuthorAci,
|
||||
targetTimestamp: reaction.targetTimestamp,
|
||||
receivedAtDate: data.receivedAtDate,
|
||||
timestamp,
|
||||
};
|
||||
drop(Reactions.onReaction(attributes));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue