Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove m.lazy_load_members from unstable features since it is in CS r…
Browse files Browse the repository at this point in the history
…0.5.0 (#6877)

Fixes #5528
  • Loading branch information
aaronraimist authored Feb 13, 2020
1 parent 6cd34da commit dc3f998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/6877.removal
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def on_GET(self, request):
],
# 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,
Expand Down

0 comments on commit dc3f998

Please sign in to comment.