W TAGS
parent
8115bdf3ff
commit
67ff6284bf
|
|
@ -87,6 +87,7 @@ func (s *S) serveWS(w http.ResponseWriter, r *http.Request) error {
|
||||||
items = append(items, map[string]any{
|
items = append(items, map[string]any{
|
||||||
"name": name,
|
"name": name,
|
||||||
"title": fmt.Sprint(points),
|
"title": fmt.Sprint(points),
|
||||||
|
"tags": tags,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
msg["items"] = items
|
msg["items"] = items
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue