mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-16 19:30:39 -05:00
Stop reading from event_reference_hashes (#11794)
Preparation for dropping this table altogether. Part of #6574.
This commit is contained in:
parent
c027bc0e4b
commit
2277275485
5 changed files with 31 additions and 33 deletions
|
|
@ -52,8 +52,8 @@ class SlavedEventStore(
|
|||
EventPushActionsWorkerStore,
|
||||
StreamWorkerStore,
|
||||
StateGroupWorkerStore,
|
||||
EventsWorkerStore,
|
||||
SignatureWorkerStore,
|
||||
EventsWorkerStore,
|
||||
UserErasureWorkerStore,
|
||||
RelationsWorkerStore,
|
||||
BaseSlavedStore,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue