remove reations from forwarded messages

This commit is contained in:
Phillip Lang Martinez 2022-12-12 21:22:37 -05:00
parent ac4049cd25
commit 20b08f3f21

View File

@ -811,6 +811,7 @@ class ChatPage extends LitElement {
...parsedMessageObj,
type: 'forward'
}
delete message.reactions
const stringifyMessageObject = JSON.stringify(message)
this.sendMessage(stringifyMessageObject, undefined, '', true, {
isReceipient: true,