Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Possbile bug, identifier will be just a jid, device id missing. #59

Open
goors opened this issue Nov 22, 2018 · 0 comments
Open

Possbile bug, identifier will be just a jid, device id missing. #59

goors opened this issue Nov 22, 2018 · 0 comments

Comments

@goors
Copy link

goors commented Nov 22, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant