Group Details: Handle the item selection in rooms and users list.

- Open a contact details screen when the user selects a group member
- Open the room history or a room preview in case of room selection
This commit is contained in:
Giom Foret
2018-01-16 23:49:04 +01:00
parent 152fb21bfa
commit aacd68bfc4
7 changed files with 259 additions and 64 deletions
+6
View File
@@ -57,6 +57,12 @@
*/
@property (nonatomic, readonly) RoomPreviewData *roomPreviewData;
/**
Tell whether a badge must be added next to the chevron (back button) showing number of unread rooms.
YES by default.
*/
@property (nonatomic) BOOL showMissedDiscussionsBadge;
/**
Display the preview of a room that is unknown for the user.