Notices again #681

Merged
annando merged 3 commits from notices-again into develop 2018-08-02 07:23:24 +02:00
Showing only changes of commit c0d7330b45 - Show all commits

View file

@ -1387,6 +1387,10 @@ function pumpio_getallusers(App &$a, $uid)
$success = false;
}
if (empty($users)) {
return;
}
if ($users->totalItems > count($users->items)) {
$url = 'https://'.$hostname.'/api/user/'.$username.'/following?count='.$users->totalItems;