fix: Fix mids going duplicated in chatwoot

This commit is contained in:
Davidson Gomes 2023-07-26 09:38:22 -03:00
parent 3e3c7397a5
commit 3f41974a75
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
### Fixed
* Fixed problems in localization template
* Fixed problems in localization template in chatwoot
* Fix mids going duplicated in chatwoot
# 1.4.4 (2023-07-25 15:24)

View File

@ -1308,7 +1308,7 @@ export class ChatwootService {
this.logger.verbose('get conversation message');
const types = this.getTypeMessage(msg);
=
const messageContent = this.getMessageContent(types);
this.logger.verbose('conversation message: ' + messageContent);

View File

@ -1147,7 +1147,7 @@ export class WAStartupService {
if (
type !== 'notify' ||
// received.message?.protocolMessage ||
received.message?.protocolMessage ||
received.message?.pollUpdateMessage
) {
this.logger.verbose('message rejected');