From: Michael Date: Sun, 18 Feb 2018 17:29:14 +0000 (+0000) Subject: Issue 4228: Don't post an item if it belongs to a picture upload without an post X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0fa80b195a43e2447e1a9e9242fab7ee9617f4b;p=friendica.git Issue 4228: Don't post an item if it belongs to a picture upload without an post --- diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index 0f100c0dd4..a3fdacf331 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -2128,6 +2128,7 @@ class OStatus AND `item`.`created` > '%s' AND NOT `item`.`deleted` AND NOT `item`.`private` + AND `item`.`visible` AND `thread`.`network` IN ('%s', '%s') $sql_extra ORDER BY `item`.`created` DESC LIMIT %d",