The item view is completed, unneeded fields removed

This commit is contained in:
Michael 2021-01-13 07:23:57 +00:00
parent 122ad0af14
commit ca16a4892b
3 changed files with 125 additions and 125 deletions

View file

@ -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',