mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 04:40:19 +01: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
2 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue