From 4585e35b3e086638fa7a0c3832d80c57339a397e Mon Sep 17 00:00:00 2001 From: git-marijus Date: Fri, 28 Jul 2017 23:07:16 +0200 Subject: filter by item_notshown instead of obj_type --- Zotlabs/Module/Ping.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Zotlabs/Module/Ping.php') diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index ddb3a8c12..26b3d3de9 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -401,10 +401,9 @@ class Ping extends \Zotlabs\Web\Controller { WHERE item_unseen = 1 and uid = %d $item_normal AND author_xchan != '%s' - AND obj_type != '%s'", + AND item_notshown = 0", intval(local_channel()), - dbesc($ob_hash), - dbesc(ACTIVITY_OBJ_FILE) + dbesc($ob_hash) ); if($r) { -- cgit v1.2.3