fix: duplicate declaration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user