mirror of
https://github.com/friendica/friendica
synced 2025-04-30 18:24:23 +02:00
Merge pull request #10836 from nupplaphil/feat/depository_permissionset
Migrate PermissionSet to Depository paradigm
This commit is contained in:
commit
80a8cd86c4
23 changed files with 634 additions and 394 deletions
|
@ -242,7 +242,7 @@ class Transmitter
|
|||
$permissionSets = DI::permissionSet()->selectByContactId($requester_id, $owner['uid']);
|
||||
if (!empty($permissionSets)) {
|
||||
$condition = ['psid' => array_merge($permissionSets->column('id'),
|
||||
[DI::permissionSet()->getIdFromACL($owner['uid'], '', '', '', '')])];
|
||||
[DI::permissionSet()->selectEmptyForUser($owner['uid'])])];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue