mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +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:
@@ -152,6 +152,13 @@
|
||||
- (void)presentReviewUnverifiedSessionsAlertIfNeededWithSession:(MXSession*)session;
|
||||
|
||||
|
||||
/// Filter rooms for each tab data source with the given room parent id.
|
||||
/// It should keep rooms having an ancestor with `roomParentId` as parent id.
|
||||
/// @param roomParentId The room parent id used to filter rooms.
|
||||
/// @param mxSession The matrix session in which the room filtering should be done.
|
||||
- (void)filterRoomsWithParentId:(NSString*)roomParentId
|
||||
inMatrixSession:(MXSession*)mxSession;
|
||||
|
||||
// Reference to the current auth VC. It is not nil only when the auth screen is displayed.
|
||||
@property (nonatomic, readonly) AuthenticationViewController *authViewController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user