mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-15 11:54:19 +01:00
@@ -10,7 +10,7 @@ class JsonSyncDataMessage extends JsonDataMessage {
|
||||
JsonSyncDataMessage(SentTranscriptMessage transcriptMessage) {
|
||||
super(transcriptMessage.getMessage());
|
||||
if (transcriptMessage.getDestination().isPresent()) {
|
||||
this.destination = transcriptMessage.getDestination().get().getNumber().get();
|
||||
this.destination = transcriptMessage.getDestination().get().getLegacyIdentifier();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user