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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
I have an interesting issue: textsecure is receiving messages from all contacts normally, but for one contact it can't receive reactions. The log I get is:
Due to the fact that the line [textsecure] handleReceivedMessage: +00 can't even print the phonenumber, I guess something with decrypting the envelope is broken. This log appears in the switch case signalservice.Envelope_UNIDENTIFIED_SENDER in the method handleReceivedMessage(env *signalservice.Envelope) error in textsecure.go.
Can I reset something with the contact? To execute EndSession(uuid string, msg string) (uint64, error) did not help 😞
And at the same time, receiving messages from this contact works great. And sending reactions from this contact to other contacts works also.
The text was updated successfully, but these errors were encountered:
Hey,
I have an interesting issue: textsecure is receiving messages from all contacts normally, but for one contact it can't receive reactions. The log I get is:
Due to the fact that the line
[textsecure] handleReceivedMessage: +00
can't even print the phonenumber, I guess something with decrypting the envelope is broken. This log appears in the switch casesignalservice.Envelope_UNIDENTIFIED_SENDER
in the methodhandleReceivedMessage(env *signalservice.Envelope) error
in textsecure.go.Can I reset something with the contact? To execute
EndSession(uuid string, msg string) (uint64, error)
did not help 😞And at the same time, receiving messages from this contact works great. And sending reactions from this contact to other contacts works also.
The text was updated successfully, but these errors were encountered: