0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-21 03:54:12 +01:00
synapse/tests/handlers
Richard van der Hoff 9b43df1f7b
Optimise _get_state_after_missing_prev_event: use /state (#12040)
If we're missing most of the events in the room state, then we may as well call the /state endpoint, instead of individually requesting each and every event.
2022-04-01 12:53:42 +01:00
..
__init__.py
oidc_test_key.p8
oidc_test_key.pub.pem
test_admin.py
test_appservice.py Send device list updates to application services (MSC3202) - part 1 (#11881) 2022-03-30 14:39:27 +01:00
test_auth.py
test_cas.py Add type hints to more tests files. (#12240) 2022-03-17 07:25:50 -04:00
test_deactivate_account.py
test_device.py
test_directory.py
test_e2e_keys.py
test_e2e_room_keys.py
test_federation.py Bump black and click versions (#12320) 2022-03-29 10:41:19 +00:00
test_federation_event.py Optimise _get_state_after_missing_prev_event: use /state (#12040) 2022-04-01 12:53:42 +01:00
test_message.py
test_oidc.py
test_password_providers.py
test_presence.py Add type hints to more tests files. (#12240) 2022-03-17 07:25:50 -04:00
test_profile.py Always allow the empty string as an avatar_url. (#12261) 2022-03-25 13:28:42 +00:00
test_receipts.py
test_register.py
test_room.py
test_room_summary.py
test_saml.py
test_send_email.py
test_stats.py
test_sync.py
test_typing.py Add type hints to tests files. (#12256) 2022-03-21 09:43:16 -04:00
test_user_directory.py