switch to signature

This commit is contained in:
Phillip 2023-02-16 23:08:07 +02:00
parent 94ab30876a
commit 215ab4ef23

View File

@ -2784,7 +2784,7 @@ class ChatPage extends LitElement {
return
}
typeMessage = 'edit';
let chatReference = outSideMsg.editedMessageObj.reference;
let chatReference = outSideMsg.editedMessageObj.signature;
if(outSideMsg.editedMessageObj.chatReference){
chatReference = outSideMsg.editedMessageObj.chatReference;