Fix argument to updateWithRetries updater

This commit is contained in:
Ravi Khadiwala
2026-01-28 11:25:31 -06:00
committed by ravi-signal
parent e6116044f8
commit d197e22e0a

View File

@@ -767,7 +767,7 @@ public class AccountsManager extends RedisPubSubAdapter<String, String> implemen
return updateWithRetries(
account,
a -> {
setPniKeys(account, pniIdentityKey, pniRegistrationIds);
setPniKeys(a, pniIdentityKey, pniRegistrationIds);
return true;
},
a -> accounts.changeNumber(a, targetNumber, targetPhoneNumberIdentifier, maybeDisplacedUuid, keyWriteItems),