summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-06-14 17:24:25 +0200
committerGitHub <noreply@github.com>2022-06-14 17:24:25 +0200
commitbdb6628dcf303e38960a56a9f97da71033826287 (patch)
treea33981073f308744e02b6a20246b1bda2ad5af82 /changelog.d
parentRemove code generating comments in configuration file (#12941) (diff)
downloadsynapse-bdb6628dcf303e38960a56a9f97da71033826287.tar.xz
Fix version number in spam checker callbacks doc (#13047)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13047.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13047.feature b/changelog.d/13047.feature
new file mode 100644
index 0000000000..ddd1dbe685
--- /dev/null
+++ b/changelog.d/13047.feature
@@ -0,0 +1 @@
+Port spam-checker API callbacks to a new, richer API. This is part of an ongoing change to let spam-checker modules inform users of the reason their event or operation is rejected.