mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Force linphone LIME server URL for third party accounts
This commit is contained in:
parent
cf7cc39676
commit
df2d4228ab
1 changed files with 7 additions and 0 deletions
|
|
@ -467,6 +467,13 @@ class CoreContext(
|
|||
Log.i("[Context] Account params have been updated, apply changes")
|
||||
account.params = params
|
||||
}
|
||||
} else {
|
||||
if (account.params.limeServerUrl == corePreferences.limeServerUrl) {
|
||||
Log.w("[Context] Found linphone LIME X3DH server URL for third party account, removing it")
|
||||
val params = account.params.clone()
|
||||
params.limeServerUrl = null
|
||||
account.params = params
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue