diff --git a/SessionMessagingKit/Sending & Receiving/MessageSender.swift b/SessionMessagingKit/Sending & Receiving/MessageSender.swift index 5cf680554..ee0f23da7 100644 --- a/SessionMessagingKit/Sending & Receiving/MessageSender.swift +++ b/SessionMessagingKit/Sending & Receiving/MessageSender.swift @@ -597,7 +597,8 @@ public final class MessageSender { // real message has no use when we delete a message. It is OK to let it be. try interaction.with( serverHash: message.serverHash, - + // Update the authorId if blinded id is enabled, otherwise it will remain the same + authorId: message.sender, // Track the open group server message ID and update server timestamp (use server // timestamp for open group messages otherwise the quote messages may not be able // to be found by the timestamp on other devices