mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 13:54:18 -04:00
Set room version 8 as preferred for restricted rooms. (#10571)
This commit is contained in:
parent
ce6819a701
commit
5cda75fede
4 changed files with 5 additions and 4 deletions
|
@ -102,7 +102,8 @@ class CapabilitiesTestCase(unittest.HomeserverTestCase):
|
|||
self.assertEqual(channel.code, 200)
|
||||
self.assertFalse(capabilities["m.change_password"]["enabled"])
|
||||
|
||||
def test_get_does_not_include_msc3244_fields_by_default(self):
|
||||
@override_config({"experimental_features": {"msc3244_enabled": False}})
|
||||
def test_get_does_not_include_msc3244_fields_when_disabled(self):
|
||||
localpart = "user"
|
||||
password = "pass"
|
||||
user = self.register_user(localpart, password)
|
||||
|
@ -120,7 +121,6 @@ class CapabilitiesTestCase(unittest.HomeserverTestCase):
|
|||
"org.matrix.msc3244.room_capabilities", capabilities["m.room_versions"]
|
||||
)
|
||||
|
||||
@override_config({"experimental_features": {"msc3244_enabled": True}})
|
||||
def test_get_does_include_msc3244_fields_when_enabled(self):
|
||||
localpart = "user"
|
||||
password = "pass"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue