0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 17:48:19 +02:00
synapse/tests/federation
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
..
transport Stop sending incorrect knock_state_events. (#16403) 2023-10-06 07:27:35 -04:00
__init__.py Implementation of server_acls 2018-07-04 19:06:20 +01:00
test_complexity.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
test_federation_catch_up.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
test_federation_client.py Switch from matrix:// to matrix-federation:// scheme for internal Synapse routing of outbound federation traffic (#15806) 2023-06-20 10:05:31 +01:00
test_federation_sender.py Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
test_federation_server.py Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00