File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33### Fixed
44
5- * Fixed problems in localization template
5+ * Fixed problems in localization template in chatwoot
6+ * Fix mids going duplicated in chatwoot
67
78# 1.4.4 (2023-07-25 15:24)
89
Original file line number Diff line number Diff line change @@ -1308,7 +1308,7 @@ export class ChatwootService {
13081308 this . logger . verbose ( 'get conversation message' ) ;
13091309
13101310 const types = this . getTypeMessage ( msg ) ;
1311- =
1311+
13121312 const messageContent = this . getMessageContent ( types ) ;
13131313
13141314 this . logger . verbose ( 'conversation message: ' + messageContent ) ;
Original file line number Diff line number Diff line change @@ -1147,7 +1147,7 @@ export class WAStartupService {
11471147
11481148 if (
11491149 type !== 'notify' ||
1150- // received.message?.protocolMessage ||
1150+ received . message ?. protocolMessage ||
11511151 received . message ?. pollUpdateMessage
11521152 ) {
11531153 this . logger . verbose ( 'message rejected' ) ;
You can’t perform that action at this time.
0 commit comments