diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-01-11 11:48:43 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-01-12 21:40:49 +0000 |
commit | 47e63cc67a059fdc28f01297740b1071c0c6ab5c (patch) | |
tree | 61f6db36461cef662a865739c50d63691162da0f /synapse/handlers | |
parent | Allow admin users to create or modify users without a shared secret (#6495) (diff) | |
download | synapse-47e63cc67a059fdc28f01297740b1071c0c6ab5c.tar.xz |
Pass the module_api into the SamlMappingProvider
... for consistency with other modules, and because we'll need it sooner or later and it will be a pain to introduce later.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/saml_handler.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/synapse/handlers/saml_handler.py b/synapse/handlers/saml_handler.py |