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 f60689d3c8
commit f62b876f54
9 changed files with 92 additions and 13 deletions
-2
View File
@@ -91,8 +91,6 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
*/
@property (nonatomic, nullable) NSString *parentSpaceId;
@property (nonatomic, getter=isContextPreview) BOOL contextPeview;
/// Handles all banners that should be displayed at the top of the timeline but that should not scroll with the timeline
@property (weak, nonatomic, nullable) IBOutlet UIStackView *topBannersStackView;