From 7f5a2d5c238d4de678db904a708b51225bdb743a Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 14 Jun 2016 09:50:17 +0200 Subject: [PATCH] Categories were missing --- include/conversation.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 416efa1509..87ad42b043 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -413,7 +413,6 @@ These Fields are not added below (yet). They are here to for bug search. `item`.`tag`, `item`.`attach`, `item`.`inform`, -`item`.`file`, `item`.`pubmail`, `item`.`moderated`, `item`.`visible`, @@ -431,7 +430,7 @@ These Fields are not added below (yet). They are here to for bug search. `item`.`shadow`, */ - $fieldlist = "`item`.`author-link`, `item`.`verb`, `item`.`id`, `item`.`parent`, + $fieldlist = "`item`.`author-link`, `item`.`verb`, `item`.`id`, `item`.`parent`, `item`.`file`, `item`.`uid`, `item`.`author-name`, `item`.`location`, `item`.`coord`, `item`.`title`, `item`.`uri`, `item`.`created`, `item`.`app`, `item`.`guid`, `item`.`contact-id`, `item`.`thr-parent`, `item`.`parent-uri`, `item`.`rendered-hash`,