Update Riot/Modules/Common/Recents/RecentsViewController.m

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2021-10-28 18:47:59 +02:00
committed by GitHub
parent 39ab510bb9
commit b6ab35f013
@@ -284,7 +284,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
[self scrollToTop:YES];
}];
// Observe kMXNotificationCenterDidUpdateRules to refresh missed messages counts
kMXNotificationCenterDidUpdateRulesObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kMXNotificationCenterDidUpdateRules object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *note) {