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

Commit

Permalink
Remove lazy-load members once again
Browse files Browse the repository at this point in the history
Was removed previously in #6877.
  • Loading branch information
anoadragon453 committed Jun 5, 2020
1 parent fb209a7 commit 143d32d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def on_GET(self, request):
],
# as per MSC1497:
"unstable_features": {
"m.lazy_load_members": True,
# Implements support for label-based filtering as described in
# MSC2326.
"org.matrix.label_based_filtering": True,
Expand Down

0 comments on commit 143d32d

Please sign in to comment.