mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
parent
ae39d6a085
commit
a54fc92c05
7 changed files with 30 additions and 27 deletions
|
@ -28,7 +28,7 @@ class JsonSyncMessage {
|
|||
if (syncMessage.getBlockedList().isPresent()) {
|
||||
this.blockedNumbers = new ArrayList<>(syncMessage.getBlockedList().get().getAddresses().size());
|
||||
for (SignalServiceAddress address : syncMessage.getBlockedList().get().getAddresses()) {
|
||||
this.blockedNumbers.add(address.getNumber().get());
|
||||
this.blockedNumbers.add(address.getLegacyIdentifier());
|
||||
}
|
||||
}
|
||||
if (syncMessage.getRead().isPresent()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue