Adds logging for edit syncs processing
This commit is contained in:
parent
dda3bbc5b3
commit
3bf8adf6e1
4 changed files with 25 additions and 15 deletions
|
@ -42,6 +42,9 @@ export function SmartEditHistoryMessagesModal(): JSX.Element {
|
|||
isEditedMessage: false,
|
||||
// Do not show the same reactions in the message history UI
|
||||
reactions: undefined,
|
||||
// Make sure that the timestamp is the correct timestamp from attributes
|
||||
// not the one that the selector derives.
|
||||
timestamp: messageAttributes.timestamp,
|
||||
}));
|
||||
}, [messagesAttributes, messagePropsSelector]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue