[Spaces] Show suggested in room lists #4501

- Preview suggested rooms
This commit is contained in:
Gil Eluard
2021-08-03 13:45:22 +02:00
parent b50ff1b290
commit 3985f079ef
5 changed files with 56 additions and 4 deletions
+8
View File
@@ -97,6 +97,14 @@
*/
- (instancetype)initWithPublicRoom:(MXPublicRoom*)publicRoom andSession:(MXSession*)mxSession;
/**
Contructors.
@param childInfo MXSpaceChildInfo instance that describes the child.
@param mxSession the session to open the room preview with.
*/
- (instancetype)initWithSpaceChildInfo:(MXSpaceChildInfo*)childInfo andSession:(MXSession*)mxSession;
/**
Attempt to peek into the room to get room data (state, messages history, etc).