summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-10-25 18:45:19 +0200
committerGitHub <noreply@github.com>2021-10-25 16:45:19 +0000
commitc1510c97b56060b7ab470b11264ed10dad445e14 (patch)
treed550274e226d774f8368e438513d20e4870af96d /changelog.d
parentDon't set new room alias before potential 403 (#10930) (diff)
downloadsynapse-c1510c97b56060b7ab470b11264ed10dad445e14.tar.xz
Fix cyclic import in the module API (#11180)
Introduced in #10548

See https://github.com/matrix-org/synapse-email-account-validity/runs/3979337154?check_suite_focus=true for an example of a module's CI choking over this issue.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11180.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11180.feature b/changelog.d/11180.feature
new file mode 100644
index 0000000000..82c40bf1b2
--- /dev/null
+++ b/changelog.d/11180.feature
@@ -0,0 +1 @@
+Port the Password Auth Providers module interface to the new generic interface.