mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 10:14:57 -04:00
Don't pull out state in compute_event_context
for unconflicted state (#13267)
This commit is contained in:
parent
599c403d99
commit
0ca4172b5d
7 changed files with 95 additions and 136 deletions
|
@ -43,4 +43,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