SendMessage sends to a wrong number #899
Replies: 2 comments
-
|
what I would suggest is to first verify with |
Beta Was this translation helpful? Give feedback.
-
|
This problem was related to the case when a lid was received instead of a phone number in the message handler. This lid was then used throughout all subsequent logic, including sending messages. I have edited defining sender and recipient phone numbers logic and the problem has gone |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I have a problem while sending messages with client.SendMessage.
In the code, I am creating jid and then pass it to the function like this:
But I have noticed a case where message was sent to a wrong phone number. According to the logs:
07:13:25.230 [Client/Recv DEBUG]
The recipient phone number is correct, but the message was sent to a peer_recipient_lid.
Who can help with it? Why the message was redirected?
Beta Was this translation helpful? Give feedback.
All reactions