mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 23:36:08 -04:00
Remove references to "msc2403" (#12165)
This commit is contained in:
parent
c8cbd66d3b
commit
19a1d6a42a
5 changed files with 4 additions and 5 deletions
|
@ -23,7 +23,7 @@ from synapse.server import HomeServer
|
|||
from synapse.types import RoomAlias
|
||||
|
||||
from tests.test_utils import event_injection
|
||||
from tests.unittest import FederatingHomeserverTestCase, TestCase, override_config
|
||||
from tests.unittest import FederatingHomeserverTestCase, TestCase
|
||||
|
||||
|
||||
class KnockingStrippedStateEventHelperMixin(TestCase):
|
||||
|
@ -221,7 +221,6 @@ class FederationKnockingTestCase(
|
|||
|
||||
return super().prepare(reactor, clock, homeserver)
|
||||
|
||||
@override_config({"experimental_features": {"msc2403_enabled": True}})
|
||||
def test_room_state_returned_when_knocking(self):
|
||||
"""
|
||||
Tests that specific, stripped state events from a room are returned after
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue