commit 6ceed6bc02cedf4b763908ebcfaed9f21d40d062
parent a9bc4dd8e8a0beeb89718f11633283946f0f21bb
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Mon, 22 May 2023 04:39:39 -0700
more doc
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go
@@ -4879,6 +4879,7 @@ func ChatStreamHandler(c echo.Context) error {
return chatHandler(c, false, true)
}
+// ChatStreamMenuHandler return the html for the "stream" chat right-manu.
func ChatStreamMenuHandler(c echo.Context) error {
db := c.Get("database").(*database.DkfDB)
authUser := c.Get("authUser").(*database.User)