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 12:02:32 +00:00
committed by GitHub
parent 6cd34da8b1
commit dc3f998706
2 changed files with 1 additions and 1 deletions
+1
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.
-1
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,