mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:10:11 +00:00
Remove "hidewall" check from ACL
This commit is contained in:
parent
f7be06c248
commit
1b87a97a81
3 changed files with 6 additions and 23 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue