diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-03-08 16:22:49 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-03-08 16:28:32 +0000 |
commit | 7441f1ba5fb7f638445cbf8d60a967702994246c (patch) | |
tree | a564fbe2360217ca11fa61a358dc8b8fb998e470 /tests/server.py | |
parent | Move Spam Checker callbacks to a dedicated file (diff) | |
download | synapse-7441f1ba5fb7f638445cbf8d60a967702994246c.tar.xz |
Update calling code for the Spam Checker
It's questionable whether `NOT_SPAM` should be defined in "SpamCheckerModuleApiCallbacks", but putting just that in a separate class feels a bit silly.
Diffstat (limited to 'tests/server.py')
-rw-r--r-- | tests/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server.py b/tests/server.py |