mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00: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.
1 line
60 B
Text
1 line
60 B
Text
Combine `SpamCheckerApi` with the more generic `ModuleApi`.
|