Remove forced feature flag for reaction sending.

master
Greyson Parrelli 2020-01-23 10:28:53 -05:00
parent 55e9f8722f
commit 2d502213e4
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public final class FeatureFlags {
put(USERNAMES, false);
put(KBS, false);
put(STORAGE_SERVICE, false);
put(REACTION_SENDING, false);
}};
private static final Map<String, Boolean> REMOTE_VALUES = new HashMap<>();