]> git.mxchange.org Git - friendica.git/blobdiff - mod/ping.php
Merge pull request #10228 from MrPetovan/bug/warnings
[friendica.git] / mod / ping.php
index 6efa889c7abcc0dceb6f066d91b2e9a3a8880631..64c947e2c63aa760108e3a1ccfc0a25a8cea1887 100644 (file)
@@ -139,7 +139,7 @@ function ping_init(App $a)
                        local_user(), Verb::getID(Activity::FOLLOW)];
                $items = Post::selectForUser(local_user(), ['wall', 'uid', 'uri-id'], $condition);
                if (DBA::isResult($items)) {
-                       $items_unseen = Post::toArray($items);
+                       $items_unseen = Post::toArray($items, false);
                        $arr = ['items' => $items_unseen];
                        Hook::callAll('network_ping', $arr);