Some explanation added
This commit is contained in:
parent
2894214347
commit
4831587250
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ function ping_get_notifications($uid)
|
||||||
|
|
||||||
if ($notification["visible"] && !$notification["spam"] &&
|
if ($notification["visible"] && !$notification["spam"] &&
|
||||||
!$notification["deleted"] && !is_array($result[$notification["parent"]])) {
|
!$notification["deleted"] && !is_array($result[$notification["parent"]])) {
|
||||||
|
// Should we condense the notifications or show them all?
|
||||||
if (PConfig::get(local_user(), 'system', 'detailed_notif')) {
|
if (PConfig::get(local_user(), 'system', 'detailed_notif')) {
|
||||||
$result[$notification["id"]] = $notification;
|
$result[$notification["id"]] = $notification;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue