Default storage sync feature flag to enabled.

fork-5.53.8
Greyson Parrelli 2021-04-16 16:51:02 -04:00
rodzic 4676043826
commit 5bbc4aea95
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -343,7 +343,7 @@ public final class FeatureFlags {
/** Whether or not to use {@link org.thoughtcrime.securesms.jobs.StorageSyncJobV2}. */
public static boolean storageSyncV2() {
return getBoolean(STORAGE_SYNC_V2, false);
return getBoolean(STORAGE_SYNC_V2, true);
}
/** Whether or not to use the new notification system. */