Default storage sync feature flag to enabled.

This commit is contained in:
Greyson Parrelli 2021-04-16 16:51:02 -04:00
parent 4676043826
commit 5bbc4aea95

View file

@ -343,7 +343,7 @@ public final class FeatureFlags {
/** Whether or not to use {@link org.thoughtcrime.securesms.jobs.StorageSyncJobV2}. */ /** Whether or not to use {@link org.thoughtcrime.securesms.jobs.StorageSyncJobV2}. */
public static boolean storageSyncV2() { 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. */ /** Whether or not to use the new notification system. */