This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Description
|
var address = new libsignal.SignalProtocolAddress.fromString(identifier); |
I was using that and could not get it to work since libsignal complains for address.toString() with error can not found device or similar. Adding
let address = new this.libsignal.SignalProtocolAddress.fromString(identifier + "." + this.get("registrationId").toString());
resolved issue.