mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: Fix mids going duplicated in chatwoot
This commit is contained in:
parent
3e3c7397a5
commit
3f41974a75
@ -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)
|
||||
|
||||
|
@ -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);
|
||||
|
@ -1147,7 +1147,7 @@ export class WAStartupService {
|
||||
|
||||
if (
|
||||
type !== 'notify' ||
|
||||
// received.message?.protocolMessage ||
|
||||
received.message?.protocolMessage ||
|
||||
received.message?.pollUpdateMessage
|
||||
) {
|
||||
this.logger.verbose('message rejected');
|
||||
|
Loading…
Reference in New Issue
Block a user