mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
BuildSettings: Integrate roomDirectoryServers
This commit is contained in:
@@ -155,9 +155,8 @@
|
||||
MXKDirectoryServersDataSource *directoryServersDataSource = [[MXKDirectoryServersDataSource alloc] initWithMatrixSession:recentsDataSource.publicRoomsDirectoryDataSource.mxSession];
|
||||
[directoryServersDataSource finalizeInitialization];
|
||||
|
||||
// Add directory servers from the app settings plist
|
||||
NSArray<NSString*> *roomDirectoryServers = [[NSUserDefaults standardUserDefaults] objectForKey:@"roomDirectoryServers"];
|
||||
directoryServersDataSource.roomDirectoryServers = roomDirectoryServers;
|
||||
// Add directory servers from the app settings
|
||||
directoryServersDataSource.roomDirectoryServers = BuildSettings.roomDirectoryServers;
|
||||
|
||||
__weak typeof(self) weakSelf = self;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user