mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Fixes notices
This commit is contained in:
parent
e17db489ee
commit
f3cae4bf0c
2 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Item extends BaseObject
|
|||
|
||||
// Field list that is used to display the items
|
||||
const DISPLAY_FIELDLIST = [
|
||||
'uid', 'id', 'parent', 'uri', 'thr-parent', 'parent-uri', 'guid', 'network', 'gravity',
|
||||
'uid', 'id', 'parent', 'uri', 'thr-parent', 'parent-uri', 'guid', 'parent-guid', 'network', 'gravity',
|
||||
'commented', 'created', 'edited', 'received', 'verb', 'object-type', 'postopts', 'plink',
|
||||
'wall', 'private', 'starred', 'origin', 'title', 'body', 'file', 'attach', 'language',
|
||||
'content-warning', 'location', 'coord', 'app', 'rendered-hash', 'rendered-html', 'object',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue