]> git.mxchange.org Git - friendica.git/commitdiff
Attachments are now displayed again.
authorMichael Vogel <icarus@dabo.de>
Sun, 4 Sep 2016 16:06:07 +0000 (18:06 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 4 Sep 2016 16:06:07 +0000 (18:06 +0200)
include/conversation.php

index e74f4c33f0c1798d7d12762303da18f6a66edf82..057526c547a59ffc720fb980c556dae43223b60c 100644 (file)
@@ -390,7 +390,6 @@ function item_fieldlists() {
 /*
 These Fields are not added below (yet). They are here to for bug search.
 `item`.`type`,
-`item`.`object`,
 `item`.`extid`,
 `item`.`received`,
 `item`.`changed`,
@@ -399,7 +398,6 @@ These Fields are not added below (yet). They are here to for bug search.
 `item`.`target`,
 `item`.`resource-id`,
 `item`.`tag`,
-`item`.`attach`,
 `item`.`inform`,
 `item`.`pubmail`,
 `item`.`visible`,
@@ -424,7 +422,7 @@ These Fields are not added below (yet). They are here to for bug search.
                `item`.`verb`, `item`.`object-type`, `item`.`postopts`, `item`.`plink`,
                `item`.`guid`, `item`.`wall`, `item`.`private`, `item`.`starred`,
                `item`.`title`, `item`.`body`, `item`.`file`, `item`.`event-id`,
-               `item`.`location`, `item`.`coord`, `item`.`app`,
+               `item`.`location`, `item`.`coord`, `item`.`app`, `item`.`attach`,
                `item`.`rendered-hash`, `item`.`rendered-html`, `item`.`object`,
                `item`.`allow_cid`, `item`.`allow_gid`, `item`.`deny_cid`, `item`.`deny_gid`,
                `item`.`id` AS `item_id`, `item`.`network` AS `item_network`,