MiTask/LinkUp-P2P-Chat:main
main
@ -97,7 +97,7 @@ async function initialize() {
const configExists = fs.existsSync("./config.json");
if (configExists) {
readConfigFromFile();
readConfigFromFile("./config.json");
config.rooms.forEach(room => {
addRoomToList(room);
});
The note is not visible to the blocked user.