Skip to content

Commit

Permalink
Remove forced feature flag for reaction sending.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Jan 27, 2020
1 parent 55e9f87 commit 2d50221
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<>();
Expand Down

0 comments on commit 2d50221

Please sign in to comment.