You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No messages are delivered in groups for iPhone users, while WhatsApp Web and Android work normally. There are no errors in the log; the message simply does not get delivered and displays as "Waiting for message. This action may take a few moments."
The text was updated successfully, but these errors were encountered:
No messages are delivered in groups for iPhone users, while WhatsApp Web and Android work normally. There are no errors in the log; the message simply does not get delivered and displays as "Waiting for message. This action may take a few moments."
No messages are delivered in groups for iPhone users, while WhatsApp Web and Android work normally. There are no errors in the log; the message simply does not get delivered and displays as "Waiting for message. This action may take a few moments."
Hi, did you solve?
It improved, but sometimes it still has the same error. I'll send you the getMessage. async function getMessage(key) { if (!store) return proto.Message.fromObject({}); const msg = await store.loadMessage(key.remoteJid, key.id); return msg ? msg.message : undefined; }
No messages are delivered in groups for iPhone users, while WhatsApp Web and Android work normally. There are no errors in the log; the message simply does not get delivered and displays as "Waiting for message. This action may take a few moments."
The text was updated successfully, but these errors were encountered: