SP3.1: Update room settings for Spaces #5231

- Update after review
This commit is contained in:
Gil Eluard
2022-02-28 16:07:09 +01:00
parent 2d8995d33a
commit 5387a96f1a
52 changed files with 878 additions and 519 deletions
+2 -2
View File
@@ -162,13 +162,13 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
eventId:(nullable NSString *)eventID;
/**
Tells the delegate that the room has been moved to a new room.
Tells the delegate that the room has replaced by a room with a specific replacement room ID.
@param roomViewController the `RoomViewController` instance.
@param roomID the replacement roomId
*/
- (void)roomViewController:(RoomViewController *)roomViewController
moveToRoomWithId:(NSString *)roomID;
didReplaceRoomWithReplacementId:(NSString *)roomID;
/**
Tells the delegate that the user wants to start a direct chat with a user.