mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-05 16:05:52 -05:00

Lots of different module apis is not easy to maintain. Rather than adding yet another ModuleApi(hs, hs.get_auth_handler()) incantation, first add an hs.get_module_api() method and use it where possible.