RecentsVC: Handle room directory display. HomeVC now show room directory on join room action.

This commit is contained in:
SBiOSoftWhare
2021-02-22 17:47:40 +01:00
parent d13c66bf1c
commit 3da61fc78b
3 changed files with 101 additions and 128 deletions
@@ -165,6 +165,16 @@
*/
- (void)muteEditedRoomNotifications:(BOOL)mute;
/**
Show room directory.
*/
- (void)showRoomDirectory;
/**
Show a public room.
*/
- (void)openPublicRoom:(MXPublicRoom *)publicRoom;
#pragma mark - Scrolling
/**