forked-synapse/synapse/storage/databases/main
Erik Johnston b446c99ac9
Prefill the device_list_stream_cache (#12367)
* Prefill the device_list_stream_cache

* Newsfile

* Newsfile
2022-04-04 20:12:25 +01:00
..
__init__.py Prefill the device_list_stream_cache (#12367) 2022-04-04 20:12:25 +01:00
account_data.py Use the ignored_users table to test event visibility & sync. (#12225) 2022-03-15 14:06:05 -04:00
appservice.py Use a sequence to generate AS transaction IDs, drop last_txn AS state (#12209) 2022-04-01 13:33:25 +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 Move update_client_ip background job from the main process to the background worker. (#12251) 2022-04-01 13:08:55 +01:00
deviceinbox.py
devices.py Track device list updates per room. (#12321) 2022-04-04 15:25:20 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py Exclude outliers in on_backfill_request (#12314) 2022-03-28 19:20:14 +01:00
event_push_actions.py
events_bg_updates.py
events_forward_extremities.py
events_worker.py Optimise _get_state_after_missing_prev_event: use /state (#12040) 2022-04-01 12:53:42 +01:00
events.py Add cache for get_membership_from_event_ids (#12272) 2022-03-25 14:58:56 +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 Move update_client_ip background job from the main process to the background worker. (#12251) 2022-04-01 13:08:55 +01:00
openid.py
presence.py
profile.py
purge_events.py
push_rule.py
pusher.py
receipts.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
registration.py Move update_client_ip background job from the main process to the background worker. (#12251) 2022-04-01 13:08:55 +01:00
rejections.py
relations.py Remove an unnecessary class from the relations code. (#12338) 2022-03-31 07:13:49 -04:00
room_batch.py
room.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
roommember.py Add a configuration to exclude rooms from sync response (#12310) 2022-03-30 09:43:04 +00:00
search.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
session.py
signatures.py
state_deltas.py
state.py Raise an exception when getting state at an outlier (#12191) 2022-04-01 13:01:49 +01:00
stats.py Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
stream.py Add a configuration to exclude rooms from sync response (#12310) 2022-03-30 09:43:04 +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