Merge pull request #10632 from annando/fox-notifications
Fix vanished notifications
This commit is contained in:
commit
3ad6536fd0
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ function ping_get_notifications($uid)
|
||||||
|
|
||||||
if ($notification["visible"]
|
if ($notification["visible"]
|
||||||
&& !$notification["deleted"]
|
&& !$notification["deleted"]
|
||||||
&& empty($result[$notification['parent']])
|
&& empty($result['p:' . $notification['parent']])
|
||||||
) {
|
) {
|
||||||
// Should we condense the notifications or show them all?
|
// Should we condense the notifications or show them all?
|
||||||
if (($notification['verb'] != Activity::POST) || DI::pConfig()->get(local_user(), 'system', 'detailed_notif')) {
|
if (($notification['verb'] != Activity::POST) || DI::pConfig()->get(local_user(), 'system', 'detailed_notif')) {
|
||||||
|
|
Loading…
Reference in a new issue