forked from MirrorHub/synapse
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.
1 line
60 B
Text
1 line
60 B
Text
Combine `SpamCheckerApi` with the more generic `ModuleApi`.
|