mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-21 22:24:22 +01:00
implement nip-15, EOSE.
This commit is contained in:
@@ -150,6 +150,7 @@ func handleWebsocket(relay Relay) func(http.ResponseWriter, *http.Request) {
|
||||
ws.WriteJSON([]interface{}{"EVENT", id, event})
|
||||
}
|
||||
}
|
||||
ws.WriteJSON([]interface{}{"EOSE", id})
|
||||
}
|
||||
|
||||
setListener(id, ws, filters)
|
||||
|
||||
Reference in New Issue
Block a user