mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:10:11 +00:00
Public forums are now posting unlisted
This commit is contained in:
parent
8a9f633ce2
commit
e2b8d5379b
4 changed files with 19 additions and 4 deletions
|
@ -1919,7 +1919,7 @@ class Item
|
|||
|
||||
// also reset all the privacy bits to the forum default permissions
|
||||
|
||||
$private = ($user['allow_cid'] || $user['allow_gid'] || $user['deny_cid'] || $user['deny_gid']) ? self::PRIVATE : self::PUBLIC;
|
||||
$private = ($user['allow_cid'] || $user['allow_gid'] || $user['deny_cid'] || $user['deny_gid']) ? self::PRIVATE : self::UNLISTED;
|
||||
|
||||
$psid = PermissionSet::getIdFromACL(
|
||||
$user['uid'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue