mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
parent
cb129db95e
commit
bda395191b
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ public class RecipientHelper {
|
|||
final CdsiV2Service.Response response;
|
||||
try {
|
||||
response = dependencies.getAccountManager()
|
||||
.getRegisteredUsersWithCdsi(previousNumbers,
|
||||
.getRegisteredUsersWithCdsi(token.isEmpty() ? Set.of() : previousNumbers,
|
||||
newNumbers,
|
||||
account.getRecipientStore().getServiceIdToProfileKeyMap(),
|
||||
token,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue