Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add m.id_access_token to /versions unstable_features (MSC2264) (#5974)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 25, 2020
2 parents 4087bf2 + 1ea3ed7 commit eab8a2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5974.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add m.id_access_token to unstable_features in /versions as per MSC2264.
3 changes: 3 additions & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ def on_GET(self, request):
# as per MSC1497:
"unstable_features": {
"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`
# parameter during registration or password reset, as Synapse now decides
# itself which identity server to use (or none at all).
Expand Down

0 comments on commit eab8a2e

Please sign in to comment.