@@ -85,7 +85,7 @@ export function relayConnect(url, onEvent, onNotice) {
},
asyncreqEvent(params){
awaituntilOpen
ws.send('req-key:'+JSON.stringify(params))
ws.send('req-event:'+JSON.stringify(params))
},
asyncreqKey(params){
awaituntilOpen
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.