synapse/tests/rest
Patrick Cloke 80e0e1f35e
Only fetch thread participation for events with threads. (#12228)
We fetch the thread summary in two phases:

1. The summary that is shared by all users (count of messages and latest event).
2. Whether the requesting user has participated in the thread.

There's no use in attempting step 2 for events which did not return a summary
from step 1.
2022-03-18 17:15:45 +00:00
..
admin Add config settings for background update parameters (#11980) 2022-03-11 10:46:45 -08:00
client Only fetch thread participation for events with threads. (#12228) 2022-03-18 17:15:45 +00:00
key Add type hints to tests/rest (#12146) 2022-03-03 16:05:44 +00:00
media Clean-up logic for rebasing URLs during URL preview. (#12219) 2022-03-16 07:21:36 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_health.py Add type hints to tests/rest (#12146) 2022-03-03 16:05:44 +00:00
test_well_known.py Add type hints to tests/rest (#12146) 2022-03-03 16:05:44 +00:00