MatrixSynapse/synapse/storage/databases/main
Erik Johnston 6204c3663e
Revert pruning of old devices (#15360)
* Revert "Fix registering a device on an account with lots of devices (#15348)"

This reverts commit f0d8f66eaa.

* Revert "Delete stale non-e2e devices for users, take 3 (#15183)"

This reverts commit 78cdb72cd6.
2023-03-31 13:51:51 +01:00
..
__init__.py
account_data.py
appservice.py
cache.py
censor_events.py
client_ips.py
deviceinbox.py to_device updates could be dropped when consuming the replication stream (#15349) 2023-03-30 19:41:14 +02:00
devices.py Revert pruning of old devices (#15360) 2023-03-31 13:51:51 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) 2023-03-28 18:26:27 +00:00
event_federation.py Fix spinloop during partial state sync when a prev event is in backoff (#15351) 2023-03-30 13:36:41 +01:00
event_push_actions.py Revert "Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15350)" 2023-03-31 12:10:10 +01:00
events.py Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) 2023-03-29 13:24:28 +01:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py
filtering.py
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) 2023-03-29 13:24:28 +01:00
push_rule.py
pusher.py Bump ruff from 0.0.252 to 0.0.259 (#15328) 2023-03-28 09:46:47 +01:00
receipts.py
registration.py
rejections.py
relations.py Apply & bundle edits for non-message events. (#15295) 2023-03-21 14:19:54 -04:00
room.py
room_batch.py
roommember.py
search.py
session.py
signatures.py
state.py
state_deltas.py
stats.py Bump ruff from 0.0.252 to 0.0.259 (#15328) 2023-03-28 09:46:47 +01:00
stream.py Bump ruff from 0.0.252 to 0.0.259 (#15328) 2023-03-28 09:46:47 +01:00
tags.py
transactions.py
ui_auth.py
user_directory.py As an optimisation, use `TRUNCATE` on Postgres when clearing the user directory tables. (#15316) 2023-03-24 15:31:12 +00:00
user_erasure_store.py