mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
RoomSearchDataSource: Remove the matrix session from the parameters in initWithRoomDataSource API.
Use the matrix session of the provided room data source.
This commit is contained in:
@@ -26,9 +26,8 @@
|
||||
Initialize a new `RoomSearchDataSource` instance.
|
||||
|
||||
@param roomDataSource a datasource to be able to reuse `RoomViewController` processing and rendering.
|
||||
@param mxSession the Matrix session to get data from.
|
||||
@return the newly created instance.
|
||||
*/
|
||||
- (instancetype)initWithRoomDataSource:(MXKRoomDataSource *)roomDataSource andMatrixSession:(MXSession *)mxSession;
|
||||
- (instancetype)initWithRoomDataSource:(MXKRoomDataSource *)roomDataSource;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user