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
@@ -206,6 +206,11 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
*/
@property (strong, nonatomic) UserIndicatorStore *userIndicatorStore;
/**
YES if the instance is used as context menu preview.
*/
@property (nonatomic, getter=isContextPreview) BOOL contextPeview;
/**
This object is defined when the displayed room is left. It is added into the bubbles table header.
This label is used to display the reason why the room has been left.