diff options
Diffstat (limited to 'protocols/WhatsApp/src/message.cpp')
-rw-r--r-- | protocols/WhatsApp/src/message.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/message.cpp b/protocols/WhatsApp/src/message.cpp index 78567f355a..3a768961ee 100644 --- a/protocols/WhatsApp/src/message.cpp +++ b/protocols/WhatsApp/src/message.cpp @@ -341,6 +341,9 @@ void WhatsAppProto::OnReceiveAck(const WANode &node) bool WhatsAppProto::CreateMsgParticipant(WANode *pParticipants, const WAJid &jid, const MBinBuffer &orig) { + if (jid.device == (int)getDword(DBKEY_DEVICE_ID)) + return false; + int type = 0; try { |