Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix import of the default SAML mapping provider. (#10477)
Browse files Browse the repository at this point in the history
Fix a circular import, which was causing exceptions on boot if SAML
was configured.
  • Loading branch information
jaywink authored Jul 27, 2021
1 parent 10dcfae commit 31c6b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/10477.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled.
2 changes: 0 additions & 2 deletions synapse/handlers/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import logging
from typing import TYPE_CHECKING, Optional

import synapse.state
import synapse.storage
import synapse.types
from synapse.api.constants import EventTypes, Membership
from synapse.api.ratelimiting import Ratelimiter
Expand Down

0 comments on commit 31c6b30

Please sign in to comment.