This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Legacy spam checkers for are broken #10234
Labels
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
X-Release-Blocker
Must be resolved before making a release
Stack trace:
(Sentry link: https://sentry.matrix.org/sentry/synapse-matrixorg/issues/223977/?query=is%3Aunresolved)
I think this is here:
synapse/synapse/events/spamcheck.py
Lines 130 to 136 in 33701dc
where we set
f = wrapper
, so whenwrapper(..)
callsf(..)
it is actually just calling itself.Patch:
The text was updated successfully, but these errors were encountered: