0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-11 07:08:56 +02: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:
Aaron Raimist 2020-02-13 06:02:32 -06:00 committed by GitHub
parent 6cd34da8b1
commit dc3f998706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

1
changelog.d/6877.removal Normal file
View 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.

View file

@ -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,