MESSENGER-3269 permalink config from appconfig

This commit is contained in:
Frank Rotermund
2022-06-21 13:47:35 +02:00
parent 22512343cb
commit 9e0f3de20c
5 changed files with 22 additions and 2 deletions

View File

@@ -480,7 +480,7 @@
MXSDKOptions *option = MXSDKOptions.sharedInstance;
option.clientPermalinkBaseUrl = [ServerURLHelper.shared httpsPermalink];
option.clientPermalinkBaseUrl = [AppConfigService.shared permalinkUrl];
} else {
serverUrl = @"";
}