@@ -120,6 +120,13 @@ function handle_message(message: Partial<WebSocketMessage>) {
},1000)
},1000)
}
}
})
})
.catch((err)=>{
console.log(JSON.stringify(err))
notifyClients({
event:"log",
message: JSON.stringify(err)
})
})
},1000)
},1000)
})
})
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.