MiTask/LinkUp-P2P-Chat:main
main
@ -279,7 +279,7 @@ function leaveRoom() {
roomItem.remove();
}
config.rooms = config.rooms.filter(e => e !== currentRoom.topic);
config.rooms = config.rooms.filter(e => e !== currentRoom.topic.toString());
writeConfigToFile("./config.json");
currentRoom.destroy();
The note is not visible to the blocked user.