mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 16:35:05 -04: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
|
@ -65,7 +65,7 @@ class _NoChainCoverIndex(Exception):
|
|||
super().__init__("Unexpectedly no chain cover for events in %s" % (room_id,))
|
||||
|
||||
|
||||
class EventFederationWorkerStore(EventsWorkerStore, SignatureWorkerStore, SQLBaseStore):
|
||||
class EventFederationWorkerStore(SignatureWorkerStore, EventsWorkerStore, SQLBaseStore):
|
||||
def __init__(
|
||||
self,
|
||||
database: DatabasePool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue