commit 3068b64718f11b25d913ce5f437e1a8ea986934a
parent 555bd57811c524f07a548226d16bbefbaf8caf0a
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 23 Mar 2023 14:46:28 -0700
more filters
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/web/handlers/api/v1/spamInterceptor.go b/pkg/web/handlers/api/v1/spamInterceptor.go
@@ -186,6 +186,7 @@ func autoHellbanCheck(authUser *database.User, lowerCaseMessage string) bool {
checks := []string{
"new here",
"legit market",
+ "help me",
}
if authUser.GeneralMessagesCount <= 5 {
for _, check := range checks {