commit 00166c48ac45ab562efcbb93a8f3f26f927fd869
parent 7ff9c32c71036742979b580d047b83af5b1cdd05
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 20 Dec 2023 12:24:22 -0500
cleanup
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/pkg/web/handlers/interceptors/command/command.go b/pkg/web/handlers/interceptors/command/command.go
@@ -91,10 +91,6 @@ func (c *Command) GetZeroUser() database.User {
return *c.zeroUser
}
-func (c *Command) ZeroMsgBuilder() {
-
-}
-
// ZeroProcMsg have the "zero user" send a processed message to the authUser
func (c *Command) ZeroProcMsg(rawMsg string) {
c.zeroProcMsgRoom(rawMsg, c.RoomKey, c.Room.ID)