mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix waiting for this message (#966)
This commit is contained in:
@@ -266,8 +266,8 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
|||||||
|
|
||||||
if(!participant) {
|
if(!participant) {
|
||||||
const participantsList = groupData.participants.map(p => p.id)
|
const participantsList = groupData.participants.map(p => p.id)
|
||||||
const devices = await getUSyncDevices(participantsList, false)
|
const additionalDevices = await getUSyncDevices(participantsList, false)
|
||||||
devices.push(...devices)
|
devices.push(...additionalDevices)
|
||||||
}
|
}
|
||||||
|
|
||||||
const encSenderKeyMsg = encodeWAMessage({
|
const encSenderKeyMsg = encodeWAMessage({
|
||||||
|
|||||||
Reference in New Issue
Block a user