Issue 12764: Fix photo permissions when posting via web

This commit is contained in:
Michael 2023-02-07 14:18:01 +00:00
parent 544348c25a
commit 4d4e34dc64
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;
}