mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Fix: getUSyncDevices (#862)
* Update messages-send.ts * Update messages-send.ts * Update messages-send.ts * Fix lint * Fix lint
This commit is contained in:
@@ -160,6 +160,10 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
||||
}
|
||||
}
|
||||
|
||||
if(!users.length) {
|
||||
return deviceResults
|
||||
}
|
||||
|
||||
const iq: BinaryNode = {
|
||||
tag: 'iq',
|
||||
attrs: {
|
||||
|
||||
Reference in New Issue
Block a user