diff options
author | Jason Robinson <jasonr@element.io> | 2021-07-27 18:34:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:34:15 -0400 |
commit | 31c6b30dd425909d188695e65921e48235f41064 (patch) | |
tree | 083c9e8749526686bf8e712dd033f5c788e5d7a5 /changelog.d | |
parent | Fix typo that causes R30v2 to actually be old R30 (#10486) (diff) | |
download | synapse-31c6b30dd425909d188695e65921e48235f41064.tar.xz |
Fix import of the default SAML mapping provider. (#10477)
Fix a circular import, which was causing exceptions on boot if SAML was configured.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10477.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10477.bugfix b/changelog.d/10477.bugfix new file mode 100644 index 0000000000..bcc92de434 --- /dev/null +++ b/changelog.d/10477.bugfix @@ -0,0 +1 @@ +Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. |