MatrixSynapse/synapse/storage/databases/main
Erik Johnston c485ed1c5a
Clear event caches when we purge history (#15609)
This should help a little with #13476

---------

Co-authored-by: Patrick Cloke <patrickc@matrix.org>
2023-06-08 13:14:40 +01:00
..
__init__.py Add an admin API endpoint to support per-user feature flags (#15344) 2023-04-28 11:33:45 -07:00
account_data.py Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
appservice.py
cache.py Clear event caches when we purge history (#15609) 2023-06-08 13:14:40 +01:00
censor_events.py
client_ips.py
deviceinbox.py
devices.py Cache requests for user's devices from federation (#15675) 2023-06-01 13:25:20 +00:00
directory.py Load `/directory/room/{roomAlias}` endpoint on workers (#15333) 2023-04-14 10:24:06 +01:00
e2e_room_keys.py Delete server-side backup keys when deactivating an account. (#15181) 2023-04-04 20:16:08 +00:00
end_to_end_keys.py Cache requests for user's devices from federation (#15675) 2023-06-01 13:25:20 +00:00
event_federation.py Process previously failed backfill events in the background (#15585) 2023-05-24 23:22:24 -05:00
event_push_actions.py Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) 2023-05-26 13:16:08 -04:00
events.py Re re introduce membership tables event stream ordering (#15356) 2023-04-25 09:44:29 +01:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py Clear event caches when we purge history (#15609) 2023-06-08 13:14:40 +01:00
experimental_features.py Add an admin API endpoint to support per-user feature flags (#15344) 2023-04-28 11:33:45 -07:00
filtering.py `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters` (#15649) 2023-06-02 17:24:13 -07:00
keys.py Modify StoreKeyFetcher to read from server_keys_json. (#15417) 2023-04-20 12:30:32 -04:00
lock.py
media_repository.py
metrics.py Remove old R30 because R30v2 supercedes it (#10428) 2023-05-19 11:13:44 -05:00
monthly_active_users.py
openid.py
presence.py
profile.py `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters` (#15649) 2023-06-02 17:24:13 -07:00
purge_events.py Clear event caches when we purge history (#15609) 2023-06-08 13:14:40 +01:00
push_rule.py Stabilize support for MSC3952: Intentional mentions. (#15520) 2023-06-06 09:11:07 +01:00
pusher.py Fix the 'set_device_id_for_pushers_txn' background update. (#15391) 2023-04-05 07:49:15 -04:00
receipts.py Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
registration.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
rejections.py
relations.py Add a catch-all * to the supported relation types when redacting (#15705) 2023-06-02 13:13:50 +00:00
room.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
room_batch.py
roommember.py Remove superfluous `room_memberships` join from background update (#15733) 2023-06-07 11:47:01 -05:00
search.py
session.py
signatures.py
state.py
state_deltas.py
stats.py
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py Improve performance of user directory search (#15729) 2023-06-06 21:16:03 +01:00
user_erasure_store.py