mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove m.lazy_load_members from unstable features since it is in CS r0.5.0 (#6877)
Fixes #5528
This commit is contained in:
parent
6cd34da8b1
commit
dc3f998706
1
changelog.d/6877.removal
Normal file
1
changelog.d/6877.removal
Normal file
@ -0,0 +1 @@
|
||||
Remove `m.lazy_load_members` from `unstable_features` since lazy loading is in the stable Client-Server API version r0.5.0.
|
@ -52,7 +52,6 @@ class VersionsRestServlet(RestServlet):
|
||||
],
|
||||
# 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,
|
||||
|
Loading…
Reference in New Issue
Block a user