mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Room preview on a long press should not update the read receipt (#6027)
- Done
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user