mirror of
https://github.com/friendica/friendica
synced 2025-05-08 12:24:11 +02:00
Happy New Year 2023!
This commit is contained in:
parent
7942881f7e
commit
1874a32728
1139 changed files with 1261 additions and 1261 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* @copyright Copyright (C) 2010-2022, the Friendica project
|
||||
* @copyright Copyright (C) 2010-2023, the Friendica project
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
|
@ -31,7 +31,7 @@ class UpdateServerDirectory
|
|||
{
|
||||
/**
|
||||
* Query the given server for their users
|
||||
*
|
||||
*
|
||||
* @param array $gserver Server record
|
||||
*/
|
||||
public static function execute(array $gserver)
|
||||
|
@ -77,7 +77,7 @@ class UpdateServerDirectory
|
|||
}
|
||||
|
||||
private static function discoverMastodonDirectory(array $gserver)
|
||||
{
|
||||
{
|
||||
$result = DI::httpClient()->fetch($gserver['url'] . '/api/v1/directory?order=new&local=true&limit=200&offset=0', HttpClientAccept::JSON);
|
||||
if (empty($result)) {
|
||||
Logger::info('Empty result', ['url' => $gserver['url']]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue