mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 21:20:12 -04:00
Merge remote-tracking branch 'upstream/release-v1.64'
This commit is contained in:
commit
b0f213fd3d
176 changed files with 4539 additions and 2643 deletions
|
@ -44,4 +44,6 @@ class StorageControllers:
|
|||
|
||||
self.persistence = None
|
||||
if stores.persist_events:
|
||||
self.persistence = EventsPersistenceStorageController(hs, stores)
|
||||
self.persistence = EventsPersistenceStorageController(
|
||||
hs, stores, self.state
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue