mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
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:
@@ -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 -
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user