0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-14 06:44:43 +02:00
synapse/changelog.d/12808.feature
David Teller 28199e9357
Uniformize spam-checker API, part 2: check_event_for_spam (#12808)
Signed-off-by: David Teller <davidt@element.io>
2022-05-23 17:27:39 +00:00

1 line
242 B
Gherkin

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).