0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-10 20:02:21 +02:00
synapse/changelog.d/12808.feature

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1 line
242 B
Gherkin
Raw Normal View History

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