Allow unhiding events that the C-S API filters away by default

This commit is contained in:
Tulir Asokan 2023-02-12 14:54:24 +02:00
parent 4f525ff19c
commit 3ec25f27ab
3 changed files with 12 additions and 2 deletions

View file

@ -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)