MatrixSynapse/synapse/storage/databases/main
Richard van der Hoff 287a9c1e20
Exclude outliers in `on_backfill_request` (#12314)
When we are processing a `/backfill` request from a remote server, exclude any
outliers from consideration early on. We can't return outliers anyway (since we
don't know the state at the outlier), and filtering them out earlier means that
we won't attempt to calulate the state for them.
2022-03-28 19:20:14 +01:00
..
__init__.py
account_data.py Use the ignored_users table to test event visibility & sync. (#12225) 2022-03-15 14:06:05 -04:00
appservice.py Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. (#11617) 2022-02-24 17:55:45 +00:00
cache.py Add cache for `get_membership_from_event_ids` (#12272) 2022-03-25 14:58:56 +00:00
censor_events.py
client_ips.py
deviceinbox.py Reduce to-device queries for /sync. (#12163) 2022-03-04 17:57:27 +00:00
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. (#11617) 2022-02-24 17:55:45 +00:00
event_federation.py Exclude outliers in `on_backfill_request` (#12314) 2022-03-28 19:20:14 +01:00
event_push_actions.py
events.py Add cache for `get_membership_from_event_ids` (#12272) 2022-03-25 14:58:56 +00:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py Allow for ignoring some arguments when caching. (#12189) 2022-03-09 18:07:41 +00:00
filtering.py
group_server.py Add some type hints to datastore (#12248) 2022-03-18 15:24:18 +00:00
keys.py
lock.py
media_repository.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
metrics.py
monthly_active_users.py Add some type hints to datastore (#12248) 2022-03-18 15:24:18 +00:00
openid.py
presence.py Add type hints to `synapse/storage/databases/main` (#11984) 2022-02-21 16:03:06 +00:00
profile.py
purge_events.py Add type hints to `synapse/storage/databases/main` (#11984) 2022-02-21 16:03:06 +00:00
push_rule.py
pusher.py
receipts.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
registration.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
rejections.py
relations.py Move get_bundled_aggregations to relations handler. (#12237) 2022-03-18 17:49:32 +00:00
room.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
room_batch.py
roommember.py Add cache for `get_membership_from_event_ids` (#12272) 2022-03-25 14:58:56 +00:00
search.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
session.py
signatures.py
state.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
state_deltas.py
stats.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
stream.py Support stable identifiers for MSC3440: Threading (#12151) 2022-03-10 15:36:13 +00:00
tags.py
transactions.py
ui_auth.py
user_directory.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
user_erasure_store.py