general: preliminary support for @hosted + Usync LID stuff

This commit is contained in:
Rajeh Taher
2025-10-02 19:38:47 +03:00
parent 9f6e1d954f
commit 0af6c2f298
4 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export function decodeMessageNode(stanza: BinaryNode, meId: string, meLid: strin
let msgType: MessageType
let chatId: string
let author: string
let fromMe: boolean = false
let fromMe = false
const msgId = stanza.attrs.id
const from = stanza.attrs.from