@@ -2657,7 +2657,7 @@ function check_for_new_perms() {
$found_new_perm = false;
foreach ($pcurrent as $p) {
if (!in_array($p, $pregistered)) {
if (!in_array($pregistered, $p)) {
$found_new_perm = true;
// for all channels
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.