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'
|
||||
author = from
|
||||
} else if (isLidUser(from)) {
|
||||
} else if(isLidUser(from)) {
|
||||
if(recipient) {
|
||||
if(!isMe(from)) {
|
||||
throw new Boom('receipient present, but msg not from me', { data: stanza })
|
||||
|
||||
Reference in New Issue
Block a user