mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-09 00:14:25 +01:00
COUNT should not be subscribable
This commit is contained in:
committed by
fiatjaf_
parent
639c210661
commit
f328910ab6
@@ -237,7 +237,6 @@ func (s *Server) HandleWebsocket(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
ws.WriteJSON([]interface{}{"COUNT", id, map[string]int64{"count": total}})
|
||||
setListener(id, ws, filters)
|
||||
case "REQ":
|
||||
var id string
|
||||
json.Unmarshal(request[1], &id)
|
||||
|
||||
Reference in New Issue
Block a user