chore: lint

This commit is contained in:
canove
2025-04-23 10:07:37 -03:00
parent 36456d6db6
commit 21c5b4c713

View File

@@ -48,7 +48,7 @@ export function decodeMessageNode(
const isMeLid = (jid: string) => areJidsSameUser(jid, meLid) const isMeLid = (jid: string) => areJidsSameUser(jid, meLid)
if(isJidUser(from) || isLidUser(from)) { if(isJidUser(from) || isLidUser(from)) {
if (recipient && !isJidMetaIa(recipient)) { if(recipient && !isJidMetaIa(recipient)) {
if(!isMe(from) && !isMeLid(from)) { if(!isMe(from) && !isMeLid(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 })
} }