mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
New delivery module for ap
This commit is contained in:
parent
91d1b4de5d
commit
f772ece86f
7 changed files with 183 additions and 89 deletions
|
@ -2851,7 +2851,7 @@ class Item extends BaseObject
|
|||
}
|
||||
|
||||
// returns an array of contact-ids that are allowed to see this object
|
||||
private static function enumeratePermissions($obj)
|
||||
public static function enumeratePermissions($obj)
|
||||
{
|
||||
$allow_people = expand_acl($obj['allow_cid']);
|
||||
$allow_groups = Group::expand(expand_acl($obj['allow_gid']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue