mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
help the tslint gods have come for my head, i commited the great taboo
This commit is contained in:
@@ -41,7 +41,7 @@ export function decodeMessageNode(
|
|||||||
|
|
||||||
msgType = 'chat'
|
msgType = 'chat'
|
||||||
author = from
|
author = from
|
||||||
} else if (isLidUser(from)) {
|
} else if(isLidUser(from)) {
|
||||||
if(recipient) {
|
if(recipient) {
|
||||||
if(!isMe(from)) {
|
if(!isMe(from)) {
|
||||||
throw new Boom('receipient present, but msg not from me', { data: stanza })
|
throw new Boom('receipient present, but msg not from me', { data: stanza })
|
||||||
|
|||||||
Reference in New Issue
Block a user