summary refs log tree commit diff
path: root/changelog.d/12918.bugfix
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-05-31 12:04:53 +0200
committerGitHub <noreply@github.com>2022-05-31 12:04:53 +0200
commit8fd87739bf9653a77fff9669d4f307e8b1bcd1eb (patch)
treef0b209980fdb2c0818320b7e91ba0a7a95530e5c /changelog.d/12918.bugfix
parent1.60.0rc2 (diff)
downloadsynapse-8fd87739bf9653a77fff9669d4f307e8b1bcd1eb.tar.xz
Fix import in module_api module and docs on the new check_event_for_spam signature (#12918)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d/12918.bugfix')
-rw-r--r--changelog.d/12918.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12918.bugfix b/changelog.d/12918.bugfix
new file mode 100644
index 0000000000..38bdd80700
--- /dev/null
+++ b/changelog.d/12918.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.60.0rc1 that would break some imports from `synapse.module_api`.