mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-02 14:15:55 +00:00
4f0637346a
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.