From f18e2bde8399a28fdefb16dfd11594b5ebdd01e6 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 24 Aug 2021 20:16:33 +0000 Subject: [PATCH] Fix vanished notifications --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {