mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-13 19:12:15 -04:00
Remove remaining pieces of groups code. (#12966)
* Remove an unused stream ID generator. * Remove the now unused remote profile cache.
This commit is contained in:
parent
44de53bb79
commit
f7baffd8ec
8 changed files with 6 additions and 209 deletions
|
@ -393,7 +393,6 @@ class PurgeEventsStore(StateGroupWorkerStore, CacheInvalidationWorkerStore):
|
|||
"partial_state_events",
|
||||
"events",
|
||||
"federation_inbound_events_staging",
|
||||
"group_rooms",
|
||||
"local_current_membership",
|
||||
"partial_state_rooms_servers",
|
||||
"partial_state_rooms",
|
||||
|
@ -413,7 +412,6 @@ class PurgeEventsStore(StateGroupWorkerStore, CacheInvalidationWorkerStore):
|
|||
"e2e_room_keys",
|
||||
"event_push_summary",
|
||||
"pusher_throttle",
|
||||
"group_summary_rooms",
|
||||
"room_account_data",
|
||||
"room_tags",
|
||||
# "rooms" happens last, to keep the foreign keys in the other tables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue