Improve various aspects of mentions.

This commit is contained in:
Cody Henthorne
2020-08-18 18:13:45 -04:00
committed by GitHub
parent 72b94127fb
commit 139317cf1b
5 changed files with 22 additions and 5 deletions

View File

@@ -233,7 +233,7 @@ public final class FeatureFlags {
/** Whether or not we allow mentions send support in groups. */
public static boolean mentions() {
return getBoolean(MENTIONS, false);
return groupsV2() && getBoolean(MENTIONS, false);
}
/** Whether or not to use the UUID in verification codes. */