throneless-tech / libsignal-service-javascript

A javascript library for basic interaction with the Signal messaging service, adapted from Signal-Desktop.
GNU General Public License v3.0
57 stars 21 forks source link

message id? #30

Open lipflip opened 3 years ago

lipflip commented 3 years ago

How can I get some kind of messageId when sending a message? At this point I cannot link the delivery report with a sended message because I have no reference.

{ successfulIdentifiers: [ '+xxx' ], failoverIdentifiers: [], errors: [], unidentifiedDeliveries: [], dataMessage:

}