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;
|
final CdsiV2Service.Response response;
|
||||||
try {
|
try {
|
||||||
response = dependencies.getAccountManager()
|
response = dependencies.getAccountManager()
|
||||||
.getRegisteredUsersWithCdsi(previousNumbers,
|
.getRegisteredUsersWithCdsi(token.isEmpty() ? Set.of() : previousNumbers,
|
||||||
newNumbers,
|
newNumbers,
|
||||||
account.getRecipientStore().getServiceIdToProfileKeyMap(),
|
account.getRecipientStore().getServiceIdToProfileKeyMap(),
|
||||||
token,
|
token,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue