You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/modules/spam_checker_callbacks.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,23 @@ The available spam checker callbacks are:
11
11
### `check_event_for_spam`
12
12
13
13
_First introduced in Synapse v1.37.0_
14
-
_Signature extended to support Allow and Code in Synapse v1.60.0_
15
-
_Boolean and string return value types deprecated in Synapse v1.60.0_
14
+
15
+
_Changed in Synapse v1.60.0: `synapse.module_api.ALLOW`and `synapse.module_api.errors.Codes` can be returned by this callback. Returning a boolean or a string is now deprecated._
0 commit comments