X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fping.php;h=69aef1bf3fd54bda79b04c9c8213e7e54e8d1c74;hb=2a442952b69987d578288891c064b0fed0369086;hp=8a74f852c28fd8905a2357b46b77254f23f0cff7;hpb=c78b7f45c565e1f2cde4ebdf517e684e01ec795c;p=friendica.git diff --git a/mod/ping.php b/mod/ping.php index 8a74f852c2..69aef1bf3f 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -459,7 +459,7 @@ function ping_get_notifications($uid) if ($notification["visible"] && !$notification["deleted"] - && empty($result[$notification['parent']]) + && empty($result['p:' . $notification['parent']]) ) { // Should we condense the notifications or show them all? if (($notification['verb'] != Activity::POST) || DI::pConfig()->get(local_user(), 'system', 'detailed_notif')) {