mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:54:48 -04:00
This reverts commit 4765f0cfd9
.
This commit is contained in:
parent
4548d1f87e
commit
2a012e8a04
2 changed files with 1 additions and 7 deletions
|
@ -44,12 +44,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"r0.5.0",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
"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,
|
||||
},
|
||||
"unstable_features": {"m.lazy_load_members": True},
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue