From: Michael Date: Tue, 24 Aug 2021 20:16:33 +0000 (+0000) Subject: Fix vanished notifications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f18e2bde8399a28fdefb16dfd11594b5ebdd01e6;p=friendica.git Fix vanished notifications --- 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')) {