diff --git a/cmd/server/ws.go b/cmd/server/ws.go index bbce085..9886f59 100644 --- a/cmd/server/ws.go +++ b/cmd/server/ws.go @@ -87,6 +87,7 @@ func (s *S) serveWS(w http.ResponseWriter, r *http.Request) error { items = append(items, map[string]any{ "name": name, "title": fmt.Sprint(points), + "tags": tags, }) } msg["items"] = items