MatrixSynapse/tests
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
..
api
app
appservice
config
crypto
events
federation Stop sending incorrect knock_state_events. (#16403) 2023-10-06 07:27:35 -04:00
handlers Factor out `MultiWriter` token from `RoomStreamToken` (#16427) 2023-10-05 10:46:28 +01:00
http
logging
media Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
metrics
module_api
push
replication Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
rest Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
scripts
server_notices
state Improve state types. (#16395) 2023-09-28 07:01:46 -04:00
storage Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
test_utils
types
util Convert more cached return values to immutable types (#16356) 2023-09-20 07:48:55 -04:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
utils.py