From af7db19e1e89e9b4ac4818c47b7f389ad46a7c9b Mon Sep 17 00:00:00 2001 From: David Teller Date: Mon, 30 May 2022 18:24:56 +0200 Subject: Uniformize spam-checker API, part 3: Expand check_event_for_spam with the ability to return additional fields (#12846) Signed-off-by: David Teller --- changelog.d/12808.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12808.feature (limited to 'changelog.d/12808.feature') diff --git a/changelog.d/12808.feature b/changelog.d/12808.feature new file mode 100644 index 0000000000..561c8b9d34 --- /dev/null +++ b/changelog.d/12808.feature @@ -0,0 +1 @@ +Update to `check_event_for_spam`. Deprecate the current callback signature, replace it with a new signature that is both less ambiguous (replacing booleans with explicit allow/block) and more powerful (ability to return explicit error codes). \ No newline at end of file -- cgit 1.5.1