diff --git a/src/Utils/process-message.ts b/src/Utils/process-message.ts index 133b0ff..348bf4d 100644 --- a/src/Utils/process-message.ts +++ b/src/Utils/process-message.ts @@ -303,7 +303,8 @@ const processMessage = async( 'messages.update', [ { - key: protocolMsg.key!, + // flip the sender / fromMe properties because they're in the perspective of the sender + key: { ...message.key, id: protocolMsg.key?.id }, update: { message: { editedMessage: {