added filtered user display/removal to topic management page

This commit is contained in:
2026-01-28 23:16:46 -07:00
parent 17471f292a
commit 05378156d3
4 changed files with 66 additions and 3 deletions
+1
View File
@@ -111,6 +111,7 @@ func setupEcho() *echo.Echo {
opsGroup.GET("/scribble/:msg", ui.AmWrap(ScribbleMessage))
opsGroup.GET("/nuke/:msg", ui.AmWrap(NukeMessage))
opsGroup.GET("/manage", ui.AmWrap(TopicManage))
opsGroup.GET("/rmbozo/:uid", ui.AmWrap(TopicRemoveBozo))
return e
}