Merge branch 'spaces' into element_4509

This commit is contained in:
Gil Eluard
2021-07-26 10:42:49 +02:00
323 changed files with 6191 additions and 972 deletions
+2 -2
View File
@@ -90,7 +90,7 @@
@param roomId the room identifier.
@param eventId if not nil, the room will be opened on this event.
@param mxSession the matrix session in which the room should be available.
@param matrixSession the matrix session in which the room should be available.
@param completion the block to execute at the end of the operation.
*/
- (void)selectRoomWithId:(NSString*)roomId andEventId:(NSString*)eventId inMatrixSession:(MXSession*)matrixSession completion:(void (^)(void))completion;
@@ -113,7 +113,7 @@
Open a GroupDetailsViewController to display the information of the provided group.
@param group
@param mxSession the matrix session in which the group should be available.
@param matrixSession the matrix session in which the group should be available.
*/
- (void)selectGroup:(MXGroup*)group inMatrixSession:(MXSession*)matrixSession;