Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
This repository was 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

@goors

Description

@goors

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions