MatrixSynapse/tests
Patrick Cloke 81608490e3
Stop depending on `room_id` to be returned for children state in the hierarchy response. (#12991)
The `room_id` field was removed from MSC2946 before
it was accepted. It was initially kept for backwards compatibility
and should be removed now that the stable form of the API
is used.

This change only stops Synapse from validating that it is returned,
a future PR will remove returning it as part of the response.
2022-06-10 07:15:51 -04:00
..
api Remove remaining bits of groups code. (#12936) 2022-06-01 09:41:25 -04:00
app
appservice Remove remaining bits of groups code. (#12936) 2022-06-01 09:41:25 -04:00
config
crypto
events
federation Clean up the test code for client disconnections (#12929) 2022-06-07 18:17:32 +01:00
handlers Stop depending on `room_id` to be returned for children state in the hierarchy response. (#12991) 2022-06-10 07:15:51 -04:00
http Clean up the test code for client disconnections (#12929) 2022-06-07 18:17:32 +01:00
logging
module_api
push
replication Clean up the test code for client disconnections (#12929) 2022-06-07 18:17:32 +01:00
rest Move the (unstable) `dir` parameter for /relations behind an experimental flag. (#12984) 2022-06-08 09:00:35 -04:00
scripts
server_notices
state Type annotations for `test_v2` (#12985) 2022-06-09 09:48:04 +01:00
storage Reduce the amount of state we pull from the DB (#12811) 2022-06-06 09:24:12 +01:00
test_utils
util
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py Remove remaining bits of groups code. (#12936) 2022-06-01 09:41:25 -04:00
test_metrics.py
test_phone_home.py
test_server.py Clean up the test code for client disconnections (#12929) 2022-06-07 18:17:32 +01:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py