Skip to content

Commit

Permalink
Increment the attachmentsV3 feature flag version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Jul 21, 2020
1 parent 3a38240 commit 46f3d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final class FeatureFlags {

private static final String UUIDS = "android.uuids";
private static final String USERNAMES = "android.usernames";
private static final String ATTACHMENTS_V3 = "android.attachmentsV3";
private static final String ATTACHMENTS_V3 = "android.attachmentsV3.2";
private static final String REMOTE_DELETE = "android.remoteDelete";
private static final String PROFILE_FOR_CALLING = "android.profileForCalling.2";
private static final String GROUPS_V2 = "android.groupsv2";
Expand Down

0 comments on commit 46f3d50

Please sign in to comment.