LINXD-2222-v2
master
@ -60,9 +60,9 @@ httpsServer.listen(process.env.PORT, () => {
const io = new Server(httpsServer, {
allowEIO3: true,
allowRequest: (req) => {
allowRequest: (req, next) => {
console.log('req', req);
return true;
next()
}
});
The note is not visible to the blocked user.