@ -56,7 +56,7 @@ server.listen(port, function() {
function minifyRoomHash(hash) {
let text = hash.replace(new RegExp('[^A-Z^a-z^0-9]', 'g'), '');
let text = hash.replace(new RegExp('[\\W_]', 'g'), '');
text += 'roomID';
return text.slice(0, 6);
}
The note is not visible to the blocked user.