dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 3068b64718f11b25d913ce5f437e1a8ea986934a
parent 555bd57811c524f07a548226d16bbefbaf8caf0a
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 23 Mar 2023 14:46:28 -0700

more filters

Diffstat:
Mpkg/web/handlers/api/v1/spamInterceptor.go | 1+
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 {