mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 10:48:54 +03:00
Use unstable prefix for SSO redirect action param
This commit is contained in:
parent
c816b8f562
commit
4ae6365034
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ internal class DefaultAuthenticationService @Inject constructor(
|
|||
appendParamToUrl("device_id", it)
|
||||
}
|
||||
|
||||
appendParamToUrl("action", action.toString())
|
||||
// MSC3824 action param
|
||||
appendParamToUrl("org.matrix.msc3824.action", action.toString())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue