Room preview on a long press should not update the read receipt (#6027)

- Done
This commit is contained in:
Gil Eluard
2022-04-14 10:30:51 +02:00
committed by GitHub
parent 4d72a4e93a
commit a13e1124bc
9 changed files with 92 additions and 13 deletions
@@ -370,7 +370,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
if (!self.recentsUpdateEnabled)
{
isRefreshNeeded = NO;
isRefreshNeeded = YES;
return;
}