Update stores to use a constant accountId for PNIs.

This commit is contained in:
Greyson Parrelli
2024-02-08 12:53:22 -05:00
committed by GitHub
parent 65b26adb3d
commit 12385b9c5a
8 changed files with 101 additions and 23 deletions

View File

@@ -589,6 +589,12 @@ public class ApplicationDependencies {
return protocolStore;
}
public static void resetProtocolStores() {
synchronized (LOCK) {
protocolStore = null;
}
}
public static @NonNull GiphyMp4Cache getGiphyMp4Cache() {
if (giphyMp4Cache == null) {
synchronized (LOCK) {