Merge branch 'multi-device' into multi-device-legacy

This commit is contained in:
Adhiraj Singh
2021-12-17 19:28:00 +05:30
9 changed files with 558 additions and 119 deletions

View File

@@ -139,6 +139,7 @@ export const makeChatsSocket = (config: SocketConfig) => {
await query({
tag: 'iq',
attrs: {
xmlns: 'blocklist',
to: S_WHATSAPP_NET,
type: 'set'
},
@@ -604,4 +605,4 @@ export const makeChatsSocket = (config: SocketConfig) => {
chatModify,
resyncMainAppState,
}
}
}