mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +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
|
@ -347,7 +347,6 @@ class Event
|
|||
$item_arr['uid'] = $event['uid'];
|
||||
$item_arr['contact-id'] = $event['cid'];
|
||||
$item_arr['uri'] = $event['uri'];
|
||||
$item_arr['parent-uri'] = $event['uri'];
|
||||
$item_arr['guid'] = $event['guid'];
|
||||
$item_arr['plink'] = $arr['plink'] ?? '';
|
||||
$item_arr['post-type'] = Item::PT_EVENT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue