From 8fd87739bf9653a77fff9669d4f307e8b1bcd1eb Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 31 May 2022 12:04:53 +0200 Subject: 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> --- changelog.d/12918.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12918.bugfix (limited to 'changelog.d/12918.bugfix') 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`. -- cgit 1.5.1