fix: duplicate declaration

This commit is contained in:
2022-09-09 08:11:17 +02:00
parent b5ecee7d32
commit 6b65afd15b
-1
View File
@@ -70,7 +70,6 @@ function setMucData(actor, muc, data) {
roomname = dres.rows[0].config.roomname;
}
let moderatedroom = "0";
let membersonly = "0";
let whois = "anyone";
if (dres.rows[0].config.whois) {
whois = dres.rows[0].config.whois;