mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-27 15:28:18 +08:00
Use unstable prefix for SSO redirect action param
This commit is contained in:
parent
c816b8f562
commit
4ae6365034
@ -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…
Reference in New Issue
Block a user