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')) {