@ -85,7 +85,7 @@ wss.on("connection", function connection(ws, req, res) {
}
});
ws.on("close",()=>{});
ws.on("close",()=>{server.close()});
});
app.post(
"/api/event",
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.