Merge pull request #12778 from annando/issue-12764

Issue 12764: Fix photo permissions when posting via web
This commit is contained in:
Hypolite Petovan 2023-02-07 10:15:00 -05:00 committed by GitHub
commit 7621c8aac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ class Item
}
}
if ($notify) {
if ($item['origin']) {
if (Photo::setPermissionFromBody($item['body'], $item['uid'], $item['contact-id'], $item['allow_cid'], $item['allow_gid'], $item['deny_cid'], $item['deny_gid'])) {
$item['object-type'] = Activity\ObjectType::IMAGE;
}