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
@@ -99,6 +99,8 @@ class RoomSuggestionSpaceChooserItemsProcessor: MatrixItemChooserProcessorProtoc
// MARK: - Private
/// (Un)suggest room for spaces which ID is in `parentIds`.
/// Recurse to the next index once done.
private func setRoom(suggested: Bool, forParentsWithId parentIds: [String], at index: Int = 0, completion: @escaping () -> Void) {
guard index < parentIds.count else {
completion()