mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
Handle redirected servers in server detection.
This commit is contained in:
parent
abc38bec75
commit
0025467500
10 changed files with 56 additions and 15 deletions
|
@ -142,7 +142,7 @@ class Actor
|
|||
|
||||
if (!empty($fields['baseurl'])) {
|
||||
GServer::check($fields['baseurl'], Protocol::BLUESKY);
|
||||
$fields['gsid'] = GServer::getID($fields['baseurl'], true);
|
||||
$fields['gsid'] = GServer::getRealID($fields['baseurl'], true);
|
||||
}
|
||||
|
||||
foreach ($directory->verificationMethod as $method) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue