Disable groups/communities by default. (#12344)

This disables the endpoints (and sync response fields) for
groups/communities by default.
This commit is contained in:
Patrick Cloke 2022-04-12 10:20:46 -04:00 committed by GitHub
parent 320186319a
commit 9535fd0f9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

View file

@ -63,6 +63,7 @@ class DeleteGroupTestCase(unittest.HomeserverTestCase):
self.other_user = self.register_user("user", "pass")
self.other_user_token = self.login("user", "pass")
@unittest.override_config({"experimental_features": {"groups_enabled": True}})
def test_delete_group(self) -> None:
# Create a new group
channel = self.make_request(