mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Store the MXSession in ShareDataSource to prevent multiple copies being created.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
@property (nonatomic, strong, readonly) NSSet<NSString *> *selectedRoomIdentifiers;
|
||||
|
||||
- (instancetype)initWithFileStore:(MXFileStore *)fileStore
|
||||
credentials:(MXCredentials *)credentials;
|
||||
session:(MXSession *)session;
|
||||
|
||||
- (void)selectRoomWithIdentifier:(NSString *)roomIdentifier animated:(BOOL)animated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user