W TAGS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user