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