support mesasge input from lid

This commit is contained in:
Rajeh Taher
2023-10-01 14:40:40 +00:00
parent 6f08d55bb7
commit ef8d1a09fb
2 changed files with 7 additions and 3 deletions

View File

@@ -655,6 +655,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
const { fullMessage: msg, category, author, decrypt } = decryptMessageNode(
node,
authState.creds.me!.id,
authState.creds.me!.lid || '',
signalRepository,
logger,
)