mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
MESSENGER-3269 permalink config from appconfig
This commit is contained in:
@@ -480,7 +480,7 @@
|
||||
|
||||
MXSDKOptions *option = MXSDKOptions.sharedInstance;
|
||||
|
||||
option.clientPermalinkBaseUrl = [ServerURLHelper.shared httpsPermalink];
|
||||
option.clientPermalinkBaseUrl = [AppConfigService.shared permalinkUrl];
|
||||
} else {
|
||||
serverUrl = @"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user