summary refs log tree commit diff
path: root/stubs/txredisapi.pyi (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-08Update calling code for the Spam CheckerAndrew Morgan15-47/+78
It's questionable whether `NOT_SPAM` should be defined in "SpamCheckerModuleApiCallbacks", but putting just that in a separate class feels a bit silly.
2023-03-08Move Spam Checker callbacks to a dedicated fileAndrew Morgan4-26/+26
The next commit updates all the uses of the spam checker (of which there are quite a few...), hence breaking up the commits.
2023-03-08</