File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/messenger-widget/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export class ReceiptDispatcher {
7474 //We only want to acknowledge messages from type NEW or REPLY. Every other message type can be neglected for now
7575 const shouldAcknowledgeMessage =
7676 messageModel . envelop . message . metadata . type === 'NEW' ||
77+ messageModel . envelop . message . metadata . type === 'EDIT' ||
7778 messageModel . envelop . message . metadata . type === 'REPLY' ;
7879 //Check if the selected contact is the sender of the message.
7980 // If that is the case we've to acknowledge the message and send a READ_OPENED acknowledgement to the sender
Original file line number Diff line number Diff line change 1- export const version = '1.6.0 ' ;
1+ export const version = '1.6.1 ' ;
You can’t perform that action at this time.
0 commit comments