mirror of
https://github.com/friendica/friendica
synced 2025-05-06 19:44:09 +02:00
The item view is completed, unneeded fields removed
This commit is contained in:
parent
122ad0af14
commit
ca16a4892b
3 changed files with 125 additions and 125 deletions
|
@ -96,7 +96,7 @@ class Item
|
|||
'deleted', 'extid', 'post-type', 'gravity',
|
||||
'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid',
|
||||
'author-id', 'author-link', 'owner-link', 'contact-uid',
|
||||
'signed_text', 'signature', 'signer', 'network'];
|
||||
'signed_text', 'network'];
|
||||
|
||||
// Field list for "item-content" table that is mixed with the item table
|
||||
const MIXED_CONTENT_FIELDLIST = ['title', 'content-warning', 'body', 'location',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue