]> git.mxchange.org Git - friendica.git/commitdiff
Some explanation added
authorMichael <heluecht@pirati.ca>
Sat, 4 Nov 2017 14:00:29 +0000 (14:00 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 4 Nov 2017 14:00:29 +0000 (14:00 +0000)
mod/ping.php

index 0027acd2baa2397eb4068dc3c0e817299595f757..f6d5e8cf0266779375304d8588db8d9f788a1356 100644 (file)
@@ -478,6 +478,7 @@ function ping_get_notifications($uid)
 
                        if ($notification["visible"] && !$notification["spam"] &&
                                !$notification["deleted"] && !is_array($result[$notification["parent"]])) {
+                               // Should we condense the notifications or show them all?
                                if (PConfig::get(local_user(), 'system', 'detailed_notif')) {
                                        $result[$notification["id"]] = $notification;
                                } else {