X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fping.php;h=64c947e2c63aa760108e3a1ccfc0a25a8cea1887;hb=7789ea25079801ee1425368e9bf2f7ce80d16d88;hp=6efa889c7abcc0dceb6f066d91b2e9a3a8880631;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/mod/ping.php b/mod/ping.php index 6efa889c7a..64c947e2c6 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -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);