Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Message is not delivered in groups for iPhone users. #1143

Open
megustalol opened this issue Nov 20, 2024 · 4 comments
Open

[BUG] Message is not delivered in groups for iPhone users. #1143

megustalol opened this issue Nov 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@megustalol
Copy link

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."

@megustalol megustalol added the bug Something isn't working label Nov 20, 2024
@bobslavtriev
Copy link
Contributor

Your code! Implement getMessage.

@AnderRedna
Copy link

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?

@AnderRedna
Copy link

Your code! Implement getMessage.

Do you have an example?

@megustalol
Copy link
Author

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants