mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Default storage sync feature flag to enabled.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user