hooled up "scribble message"

This commit is contained in:
2026-01-28 15:40:13 -07:00
parent 928a19d600
commit 4dd15aa0d2
5 changed files with 42 additions and 2 deletions
+1
View File
@@ -108,6 +108,7 @@ func setupEcho() *echo.Echo {
opsGroup := confGroup.Group("/op/:topic", ui.SetTopic)
opsGroup.GET("/hide", ui.AmWrap(HideTopic))
opsGroup.GET("/hide/:msg", ui.AmWrap(HideMessage))
opsGroup.GET("/scribble/:msg", ui.AmWrap(ScribbleMessage))
opsGroup.GET("/manage", ui.AmWrap(TopicManage))
return e