MatrixSynapse/tests
Patrick Cloke b4ec4f5e71
Track notification counts per thread (implement MSC3773). (#13776)
When retrieving counts of notifications segment the results based on the
thread ID, but choose whether to return them as individual threads or as
a single summed field by letting the client opt-in via a sync flag.

The summarization code is also updated to be per thread, instead of per
room.
2022-10-04 09:47:04 -04:00
..
api
app
appservice Send the appservice access token as a header. (#13996) 2022-10-04 07:06:41 -04:00
config
crypto
events
federation Track when the pulled event signature fails (#13815) 2022-10-03 14:53:29 -05:00
handlers
http
logging
module_api
push Speed up calculating push actions in large rooms (#13973) 2022-09-30 14:27:00 +01:00
replication Track notification counts per thread (implement MSC3773). (#13776) 2022-10-04 09:47:04 -04:00
rest Do not return unspecced original_event field when using the stable /relations endpoint. (#14025) 2022-10-03 16:47:15 +00:00
scripts
server_notices
state
storage Track notification counts per thread (implement MSC3773). (#13776) 2022-10-04 09:47:04 -04:00
test_utils
util Don't require `setuptools_rust` at runtime (#13952) 2022-09-29 20:16:08 +00:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py Track when the pulled event signature fails (#13815) 2022-10-03 14:53:29 -05:00
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
test_visibility.py
unittest.py
utils.py Update mypy and mypy-zope, attempt 3 (#13993) 2022-09-30 17:36:28 +01:00