Remove "hidewall" check from ACL

This commit is contained in:
Michael 2020-02-22 08:54:28 +00:00
parent f7be06c248
commit 1b87a97a81
3 changed files with 6 additions and 23 deletions

View file

@ -72,7 +72,7 @@ class Compose extends BaseModule
}
}
$user = User::getById(local_user(), ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid', 'hidewall', 'default-location']);
$user = User::getById(local_user(), ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid', 'default-location']);
$aclFormatter = DI::aclFormatter();