MatrixSynapse/synapse/storage/databases/main
Patrick Cloke 3bbe532abb
Add an API for listing threads in a room. (#13394)
Implement the /threads endpoint from MSC3856.

This is currently unstable and behind an experimental configuration
flag.

It includes a background update to backfill data, results from
the /threads endpoint will be partial until that finishes.
2022-10-13 08:02:11 -04:00
..
__init__.py
account_data.py
appservice.py
cache.py Add an API for listing threads in a room. (#13394) 2022-10-13 08:02:11 -04:00
censor_events.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py Refactor `_get_e2e_device_keys_txn` to split large queries (#13956) 2022-10-03 13:46:36 +01:00
event_federation.py
event_push_actions.py Use threaded receipts when fetching events for push. (#13878) 2022-10-04 12:07:02 -04:00
events.py Add an API for listing threads in a room. (#13394) 2022-10-13 08:02:11 -04:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py Fix a bug where redactions were not being sent over federation if we did not have the original event. (#13813) 2022-10-11 11:18:45 -07:00
filtering.py
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py
push_rule.py Remove the experimental implementation of MSC3772. (#14094) 2022-10-12 06:26:39 -04:00
pusher.py
receipts.py Return the thread ID properly down sync. (#14159) 2022-10-12 12:18:34 -04:00
registration.py
rejections.py
relations.py Add an API for listing threads in a room. (#13394) 2022-10-13 08:02:11 -04:00
room.py Fix handling of public rooms filter with a network tuple. (#14053) 2022-10-05 12:49:52 +00:00
room_batch.py
roommember.py Batch up calls to `get_rooms_for_users` (#14109) 2022-10-12 11:36:22 +01:00
search.py
session.py
signatures.py remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
state.py
state_deltas.py
stats.py
stream.py Fix a bug where redactions were not being sent over federation if we did not have the original event. (#13813) 2022-10-11 11:18:45 -07:00
tags.py
transactions.py
ui_auth.py
user_directory.py
user_erasure_store.py