mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix(missing-messages): linting fix
This commit is contained in:
@@ -103,7 +103,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
stanza.attrs.type = attrs.type
|
stanza.attrs.type = attrs.type
|
||||||
}
|
}
|
||||||
|
|
||||||
if(tag === "message") {
|
if(tag === 'message') {
|
||||||
stanza.attrs.from = authState.creds.me!.id
|
stanza.attrs.from = authState.creds.me!.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user