help the tslint gods have come for my head, i commited the great taboo

This commit is contained in:
Rajeh Taher
2023-09-30 21:32:30 +03:00
committed by GitHub
parent 7106d33578
commit 16bd627685

View File

@@ -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 })