mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Remove mentions feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
d04e4606d2
commit
b46589cd14
@@ -52,7 +52,6 @@ public final class FeatureFlags {
|
||||
private static final String GROUPS_V2_LINKS_VERSION = "android.groupsv2.manageGroupLinksVersion";
|
||||
private static final String GROUPS_V2_CAPACITY = "global.groupsv2.maxGroupSize";
|
||||
private static final String INTERNAL_USER = "android.internalUser";
|
||||
private static final String MENTIONS = "android.mentions";
|
||||
private static final String VERIFY_V2 = "android.verifyV2";
|
||||
private static final String PHONE_NUMBER_PRIVACY_VERSION = "android.phoneNumberPrivacyVersion";
|
||||
private static final String CLIENT_EXPIRATION = "android.clientExpiration";
|
||||
@@ -70,7 +69,6 @@ public final class FeatureFlags {
|
||||
GROUPS_V2_LINKS_VERSION,
|
||||
INTERNAL_USER,
|
||||
USERNAMES,
|
||||
MENTIONS,
|
||||
VERIFY_V2,
|
||||
CLIENT_EXPIRATION,
|
||||
RESEARCH_MEGAPHONE_1,
|
||||
@@ -213,11 +211,6 @@ public final class FeatureFlags {
|
||||
return getBoolean(INTERNAL_USER, false);
|
||||
}
|
||||
|
||||
/** Whether or not we allow mentions send support in groups. */
|
||||
public static boolean mentions() {
|
||||
return getBoolean(MENTIONS, false);
|
||||
}
|
||||
|
||||
/** Whether or not to use the UUID in verification codes. */
|
||||
public static boolean verifyV2() {
|
||||
return getBoolean(VERIFY_V2, false);
|
||||
|
||||
Reference in New Issue
Block a user