Update src/Model/GServer.php

pull/14559/head
Artur Weigandt 2024-11-19 08:14:00 +01:00 zatwierdzone przez GitHub
rodzic 92666e4444
commit 17e5ba715e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2419,7 +2419,7 @@ class GServer
if (in_array($attr['content'], array_keys($grouped_platforms['ap_platforms']))) {
$serverdata['network'] = Protocol::ACTIVITYPUB;
} elseif (in_array($attr['content'], array_values($platforms['zap_platforms']))) {
} elseif (in_array($attr['content'], array_values($grouped_platforms['zap_platforms']))) {
$serverdata['network'] = Protocol::ZOT;
}
}