mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:08:02 +01:00
Reset cache index
This commit is contained in:
@@ -140,7 +140,7 @@ public class AccountsManager {
|
||||
}
|
||||
|
||||
private String getAccountEntityKey(UUID uuid) {
|
||||
return "Account2::" + uuid.toString();
|
||||
return "Account3::" + uuid.toString();
|
||||
}
|
||||
|
||||
private void redisSet(Account account) {
|
||||
|
||||
Reference in New Issue
Block a user