mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
HomeVC: Moved code (opening room and maintaining the current one) from RecentsVC to HomeVC - Part 1
This commit is contained in:
@@ -16,20 +16,7 @@
|
||||
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
@interface RecentsViewController : MXKRecentListViewController <MXKRecentListViewControllerDelegate>
|
||||
|
||||
/**
|
||||
Open the room with the provided identifier in a specific matrix session.
|
||||
|
||||
@param roomId the room identifier.
|
||||
@param mxSession the matrix session in which the room should be available.
|
||||
*/
|
||||
- (void)selectRoomWithId:(NSString*)roomId inMatrixSession:(MXSession*)mxSession;
|
||||
|
||||
/**
|
||||
Close the current selected room (if any)
|
||||
*/
|
||||
- (void)closeSelectedRoom;
|
||||
@interface RecentsViewController : MXKRecentListViewController
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user