MasterTabBarController: Add a filterRoomsWithParentId method that should filter rooms for each tab data source with the given room parent id.

This commit is contained in:
SBiOSoftWhare
2021-07-02 18:35:29 +02:00
parent f86b2745c4
commit eafc9cb960
2 changed files with 14 additions and 0 deletions
@@ -760,6 +760,13 @@
return foundViewController;
}
- (void)filterRoomsWithParentId:(NSString*)roomParentId
inMatrixSession:(MXSession*)mxSession
{
// TODO: Update recentsDataSource in order to keep only rooms with given parent id.
// When updating the data source, if needed, screens should also update their title view subtitle with the space name
}
#pragma mark -
/**