mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-03 20:50:38 +00:00
Removed debug null check and made minor changes to match existing coding style
This commit is contained in:
parent
5767853ef0
commit
7eb0487719
7 changed files with 8 additions and 15 deletions
|
@ -8,7 +8,7 @@ class JsonSyncDataMessage extends JsonDataMessage {
|
|||
|
||||
String destination;
|
||||
|
||||
JsonSyncDataMessage(SentTranscriptMessage transcriptMessage, final Manager m) {
|
||||
JsonSyncDataMessage(SentTranscriptMessage transcriptMessage, Manager m) {
|
||||
super(transcriptMessage.getMessage(), m);
|
||||
if (transcriptMessage.getDestination().isPresent()) {
|
||||
this.destination = transcriptMessage.getDestination().get().getLegacyIdentifier();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue