mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add m.id_access_token to /versions unstable_features (MSC2264) (#5974)
Adds a flag to /versions' unstable_features section indicating that this Synapse understands what an id_access_token is, as per MSC2264. Fixes #5927
This commit is contained in:
parent
b38aa82b83
commit
1ea3ed7620
1
changelog.d/5974.feature
Normal file
1
changelog.d/5974.feature
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add m.id_access_token to unstable_features in /versions as per MSC2264.
|
@ -50,6 +50,9 @@ class VersionsRestServlet(RestServlet):
|
|||||||
# as per MSC1497:
|
# as per MSC1497:
|
||||||
"unstable_features": {
|
"unstable_features": {
|
||||||
"m.lazy_load_members": True,
|
"m.lazy_load_members": True,
|
||||||
|
# as per MSC2190, as amended by MSC2264
|
||||||
|
# to be removed in r0.6.0
|
||||||
|
"m.id_access_token": True,
|
||||||
# Advertise to clients that they need not include an `id_server`
|
# Advertise to clients that they need not include an `id_server`
|
||||||
# parameter during registration or password reset, as Synapse now decides
|
# parameter during registration or password reset, as Synapse now decides
|
||||||
# itself which identity server to use (or none at all).
|
# itself which identity server to use (or none at all).
|
||||||
|
Loading…
Reference in New Issue
Block a user