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 Aug 5, 2021. It is now read-only.
libsignal-protocol-javascript/test/InMemorySignalProtocolStore.js
Line 59 in f5a838f
I was using that and could not get it to work since libsignal complains for
address.toString()
with errorcan not found device
or similar. Addinglet address = new this.libsignal.SignalProtocolAddress.fromString(identifier + "." + this.get("registrationId").toString());
resolved issue.
The text was updated successfully, but these errors were encountered: