dkforest

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

commit 31857e21a3f13d0b0b0d107b2568c59bb460d1ad
parent b164509888ef950d5c63973be4f1f1d668199242
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 10 Jan 2023 15:59:10 -0800

space

Diffstat:
Mpkg/web/handlers/api/v1/spamInterceptor.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/api/v1/spamInterceptor.go b/pkg/web/handlers/api/v1/spamInterceptor.go @@ -24,7 +24,7 @@ func (i SpamInterceptor) InterceptMsg(c *Command) { c.err = errors.New("forbidden url") return } - + if !c.authUser.CanUseUppercase { c.message = strings.ToLower(c.message) }