dkforest

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

commit 1ae102b723d06aa0ed43964330867cf03486d29b
parent 712e2acc3f8ea7c8d87aabcb6b9618bda2cacbda
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 24 May 2023 23:15:23 -0700

doc

Diffstat:
Mpkg/web/handlers/handlers.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -5069,6 +5069,7 @@ Loop: msg := msgTyp.Msg + // Verify moderators channel authorization if msg.Moderators && !authUser.IsModerator() { continue }