4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-15 03:35:51 +00:00

fix reply to

This commit is contained in:
Phillip Lang Martinez 2022-12-05 23:17:43 -05:00
parent df9e0eab63
commit fb56e52c0c

View File

@ -75,7 +75,7 @@ export const replaceMessagesEdited = async ({
) { ) {
msgItem = { msgItem = {
...msg, ...msg,
repliedToData: decodeMessageFunc(response2[0]), repliedToData: decodeMessageFunc(response2[0], isReceipient, _publicKey),
} }
} }
} }