mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Remove obsolete references to item.parent-uri
This commit is contained in:
parent
d7e1ce47bb
commit
0c3a5c815e
6 changed files with 4 additions and 10 deletions
|
@ -4766,7 +4766,6 @@ function post_photo_item($hash, $allow_cid, $deny_cid, $allow_gid, $deny_gid, $f
|
|||
$arr['guid'] = System::createUUID();
|
||||
$arr['uid'] = intval(api_user());
|
||||
$arr['uri'] = $uri;
|
||||
$arr['parent-uri'] = $uri;
|
||||
$arr['type'] = 'photo';
|
||||
$arr['wall'] = 1;
|
||||
$arr['resource-id'] = $hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue