@@ -310,8 +310,9 @@ export function relayInit(
listeners = {connect: [], disconnect: [], error: [], notice: []}
subListeners = {}
pubListeners = {}
ws?.close()
if (ws.readyState === WebSocket.OPEN) {
}
},
get status() {
return ws?.readyState ?? 3
The note is not visible to the blocked user.