semi-functional allow-list implementation in historyKeeper

This commit is contained in:
ansuz
2020-02-19 14:22:12 -05:00
parent 521db379a0
commit f579c9b059
6 changed files with 147 additions and 66 deletions

View File

@@ -224,6 +224,9 @@ commands.RM_OWNERS = function (meta, args) {
changed = true;
});
// XXX RESTRICT only owned channels can be restricted
// drop the restricted flag if there are no owners
return changed;
};
@@ -302,6 +305,9 @@ commands.RESET_OWNERS = function (meta, args) {
});
}
// XXX RESTRICT only owned channels can be restricted
// drop the restricted flag if there are no owners
return true;
};