mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix import of the default SAML mapping provider. (#10477)
Fix a circular import, which was causing exceptions on boot if SAML was configured.
This commit is contained in:
parent
10dcfae46f
commit
31c6b30dd4
1
changelog.d/10477.bugfix
Normal file
1
changelog.d/10477.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled.
|
@ -15,8 +15,6 @@
|
|||||||
import logging
|
import logging
|
||||||
from typing import TYPE_CHECKING, Optional
|
from typing import TYPE_CHECKING, Optional
|
||||||
|
|
||||||
import synapse.state
|
|
||||||
import synapse.storage
|
|
||||||
import synapse.types
|
import synapse.types
|
||||||
from synapse.api.constants import EventTypes, Membership
|
from synapse.api.constants import EventTypes, Membership
|
||||||
from synapse.api.ratelimiting import Ratelimiter
|
from synapse.api.ratelimiting import Ratelimiter
|
||||||
|
Loading…
Reference in New Issue
Block a user