mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
This reverts commit 4765f0cfd9
.
This commit is contained in:
parent
4548d1f87e
commit
2a012e8a04
@ -1 +0,0 @@
|
|||||||
Add temporary flag to /versions in unstable_features to indicate this Synapse supports receiving id_access_token parameters on calls to identity server-proxying endpoints.
|
|
@ -44,12 +44,7 @@ class VersionsRestServlet(RestServlet):
|
|||||||
"r0.5.0",
|
"r0.5.0",
|
||||||
],
|
],
|
||||||
# as per MSC1497:
|
# as per MSC1497:
|
||||||
"unstable_features": {
|
"unstable_features": {"m.lazy_load_members": True},
|
||||||
"m.lazy_load_members": True,
|
|
||||||
# as per https://github.com/matrix-org/synapse/issues/5927
|
|
||||||
# to be removed in r0.6.0
|
|
||||||
"m.id_access_token": True,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user