Reenable Followers&Friends Lists and fixes a array_reverse() Bug

This commit is contained in:
Philipp 2021-12-04 23:29:29 +01:00
parent 7ca47e8d21
commit 6d8b8d95b1
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 32 additions and 39 deletions

View file

@ -92,6 +92,6 @@ class Lists extends ContactEndpoint
self::setLinkHeader();
System::jsonExit($return);
$this->response->exit('lists', ['lists' => $return]);
}
}

View file

@ -92,6 +92,6 @@ class Lists extends ContactEndpoint
self::setLinkHeader();
System::jsonExit($return);
$this->response->exit('lists', ['lists' => $return]);
}
}