Skip to content
Snippets Groups Projects
Commit 5bbc4aea authored by Greyson Parrelli's avatar Greyson Parrelli
Browse files

Default storage sync feature flag to enabled.

parent 46760438
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment