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 was archived by the owner on Aug 5, 2021. It is now read-only.
set the registrationId of the message to be posted. This should be the sender's ID, and the ID in the session is, AFAIK, always the remote ID, which in this case is the recipient. So I think these lines should be using the value myRegistrationId like in
I believe there is an error when building the message to be sent in
SessionCipher::encrypt.libsignal-protocol-javascript/src/SessionCipher.js
Line 112 in f5a838f
libsignal-protocol-javascript/src/SessionCipher.js
Line 119 in f5a838f
set the
registrationIdof the message to be posted. This should be the sender's ID, and the ID in the session is, AFAIK, always the remote ID, which in this case is the recipient. So I think these lines should be using the valuemyRegistrationIdlike inlibsignal-protocol-javascript/src/SessionCipher.js
Line 99 in f5a838f
Or am I just missing something?