From 766a10b3b61f8a7991c52be3c49d31680d330367 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Wed, 29 May 2019 19:57:45 +0200 Subject: [PATCH] Adding `author-network` to ITEM::ITEM_FIELDLIST see https://github.com/friendica/friendica/issues/6918#issuecomment-493515358 --- src/Model/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Item.php b/src/Model/Item.php index 865aa4ffc7..bd9cca0c92 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -87,7 +87,7 @@ class Item extends BaseObject 'unseen', 'deleted', 'origin', 'forum_mode', 'mention', 'global', 'network', 'title', 'content-warning', 'body', 'location', 'coord', 'app', 'rendered-hash', 'rendered-html', 'object-type', 'object', 'target-type', 'target', - 'author-id', 'author-link', 'author-name', 'author-avatar', + 'author-id', 'author-link', 'author-name', 'author-avatar', 'author-network', 'owner-id', 'owner-link', 'owner-name', 'owner-avatar']; // Never reorder or remove entries from this list. Just add new ones at the end, if needed.