mirror of
https://github.com/friendica/friendica
synced 2025-04-24 06:30:13 +00:00
API: New entity "status"
This commit is contained in:
parent
3d455645e7
commit
cd3d4ae4e6
6 changed files with 297 additions and 7 deletions
|
@ -685,7 +685,7 @@ class Item
|
|||
'writable', 'self', 'id' => 'cid', 'alias', 'uid' => 'contact-uid',
|
||||
'photo', 'name-date', 'uri-date', 'avatar-date', 'thumb', 'dfrn-id'];
|
||||
|
||||
$fields['parent-item'] = ['guid' => 'parent-guid', 'network' => 'parent-network'];
|
||||
$fields['parent-item'] = ['guid' => 'parent-guid', 'network' => 'parent-network', 'author-id' => 'parent-author-id'];
|
||||
|
||||
$fields['parent-item-author'] = ['url' => 'parent-author-link', 'name' => 'parent-author-name',
|
||||
'network' => 'parent-author-network'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue