mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
test: messages.upsert
This commit is contained in:
parent
a4416214c8
commit
a82b206fe6
@ -1512,11 +1512,11 @@ export class WAStartupService {
|
||||
const received = messages[0];
|
||||
|
||||
if (
|
||||
type !== 'notify' ||
|
||||
!received?.message ||
|
||||
received.message?.protocolMessage ||
|
||||
received.message.senderKeyDistributionMessage ||
|
||||
received.message?.pollUpdateMessage
|
||||
type !== 'notify'
|
||||
// !received?.message ||
|
||||
// received.message?.protocolMessage ||
|
||||
// received.message.senderKeyDistributionMessage ||
|
||||
// received.message?.pollUpdateMessage
|
||||
) {
|
||||
this.logger.verbose('message rejected');
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user