LABS: Remove reaction settings, reactions are enabled by default.

This commit is contained in:
SBiOSoftWhare
2019-07-09 13:51:14 +02:00
parent bff7c7ab65
commit 411f963033
4 changed files with 3 additions and 42 deletions
@@ -61,7 +61,7 @@
self.markTimelineInitialEvent = NO;
self.showBubbleDateTimeOnSelection = YES;
self.showReactions = RiotSettings.shared.messageReaction;
self.showReactions = YES;
// Observe user interface theme change.
kThemeServiceDidChangeThemeNotificationObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kThemeServiceDidChangeThemeNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notif) {