mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 01:28:03 +01:00
Delete accounts from Redis after they've been deleted from Dynamo
This commit is contained in:
committed by
Jon Chambers
parent
6b71b66bd2
commit
2a4d1da2ca
@@ -453,8 +453,8 @@ public class AccountsManager {
|
||||
deleteStorageServiceDataFuture.join();
|
||||
deleteBackupServiceDataFuture.join();
|
||||
|
||||
redisDelete(account);
|
||||
accounts.delete(account.getUuid());
|
||||
redisDelete(account);
|
||||
|
||||
RedisOperation.unchecked(() ->
|
||||
account.getDevices().forEach(device ->
|
||||
|
||||
Reference in New Issue
Block a user