mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 23:54:14 -04:00
Allow unhiding events that the C-S API filters away by default
This commit is contained in:
parent
4f525ff19c
commit
3ec25f27ab
3 changed files with 12 additions and 2 deletions
|
@ -37,6 +37,7 @@ class StorageControllers:
|
|||
# rewrite all the existing code to split it into high vs low level
|
||||
# interfaces.
|
||||
self.main = stores.main
|
||||
self.hs = hs
|
||||
|
||||
self.purge_events = PurgeEventsStorageController(hs, stores)
|
||||
self.state = StateStorageController(hs, stores)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue