mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Adds logging for edit syncs processing
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user