matrix-org_synapse/tests/federation/transport
Patrick Cloke fc31b495b3
Stop sending incorrect knock_state_events. (#16403)
Synapse was incorrectly implemented with a knock_state_events
property on some APIs (instead of knock_room_state). This was
correct in Synapse 1.70.0, but *both* fields were sent to also be
compatible with Synapse versions expecting the wrong field.

Enough time has passed that only the correct field needs to be
included/handled.
2023-10-06 07:27:35 -04:00
..
server Type hints for tests.federation (#14991) 2023-02-06 16:05:06 +00:00
__init__.py Fix RoomDirectoryFederationTests and make them actually run (#8998) 2020-12-30 19:27:32 +00:00
test_client.py Remove experimental configuration flags & unstable values for faster joins (#15625) 2023-05-19 07:23:09 -04:00
test_knocking.py Stop sending incorrect knock_state_events. (#16403) 2023-10-06 07:27:35 -04:00
test_server.py Type hints for tests.federation (#14991) 2023-02-06 16:05:06 +00:00