mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-17 09:12:26 -06:00
Added support for messaging with ads on chatwoot
This commit is contained in:
@@ -1434,8 +1434,9 @@ export class WAStartupService {
|
||||
|
||||
if (
|
||||
type !== 'notify' ||
|
||||
!received.message ||
|
||||
!received?.message ||
|
||||
received.message?.protocolMessage ||
|
||||
received.message.senderKeyDistributionMessage ||
|
||||
received.message?.pollUpdateMessage
|
||||
) {
|
||||
this.logger.verbose('message rejected');
|
||||
|
||||
Reference in New Issue
Block a user