diff --git a/src/Utils/decode-wa-message.ts b/src/Utils/decode-wa-message.ts index eaf7ea1..9bef5f7 100644 --- a/src/Utils/decode-wa-message.ts +++ b/src/Utils/decode-wa-message.ts @@ -24,7 +24,7 @@ export const decodeMessageStanza = (stanza: BinaryNode, auth: AuthenticationStat if(isJidUser(from)) { if(recipient) { if(!isMe(from)) { - throw new Boom('') + throw new Boom('receipient present, but msg not from me', { data: stanza }) } chatId = recipient