dkforest

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

commit 8b517318545c865f128bf58064f6ea9991eda764
parent 66ec695a907a5f34d36f9e28269d2fb16d995bf5
Author: Fox <LightFox@home.com>
Date:   Wed, 19 Feb 2025 13:19:01 -0800

removed the extra line  :-)

Diffstat:
Mpkg/web/handlers/interceptors/command/command.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/web/handlers/interceptors/command/command.go b/pkg/web/handlers/interceptors/command/command.go @@ -154,7 +154,6 @@ func (c *Command) zeroRawMsg(user2 *database.User, raw, msg string) { } func (c *Command) zeroSysRawMsg(user2 *database.User, raw, msg string, skipNotify bool) { - c.rawSysMsg(c.GetZeroUser(), user2, raw, msg, skipNotify) }