From c087d1e18b32f62d126cb01accbdeff21f5c1107 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 21 Dec 2017 13:33:05 -0800 Subject: hubzilla-addons issue #74 - delayed posts not honoured for GNU-Social There is a very high probability this will also fix hubzilla-addons issue #75 --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 7948a7c22..722757f87 100755 --- a/include/items.php +++ b/include/items.php @@ -4139,7 +4139,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C } if($channel && intval($arr['compat']) === 1) { - $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 "; + $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 $item_normal "; } if ($arr['datequery']) { -- cgit v1.2.3