MatrixSynapse/tests
Mathieu Velten 41461fd4d6
typing: check origin server of typing event against room's servers (#13830)
This is also using the partial state approximation if needed so we do
not block here during a fast join.

Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2022-09-26 17:33:32 +02:00
..
api
app
appservice
config
crypto
events
federation Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2022-09-23 14:33:28 +00:00
handlers typing: check origin server of typing event against room's servers (#13830) 2022-09-26 17:33:32 +02:00
http Cancel the processing of key query requests when they time out. (#13680) 2022-09-07 12:03:32 +01:00
logging
module_api
push Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
replication Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2022-09-23 14:33:28 +00:00
rest Properly paginate forward in the /relations API. (#13840) 2022-09-22 12:47:49 +00:00
scripts
server_notices
state
storage Only try to backfill event if we haven't tried before recently (#13635) 2022-09-23 14:01:29 -05:00
test_utils
util
__init__.py
server.py
test_distributor.py
test_event_auth.py Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 2022-09-07 11:08:20 +01:00
test_federation.py
test_mau.py
test_metrics.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 Fix error in `is_mine_id` when encountering a malformed ID (#13746) 2022-09-08 15:54:36 +01:00
test_visibility.py
unittest.py Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809) 2022-09-21 12:40:34 +00:00
utils.py