mirror of
https://github.com/friendica/friendica
synced 2024-12-22 12:40:15 +00:00
Update src/Model/GServer.php
This commit is contained in:
parent
92eff402af
commit
92666e4444
1 changed files with 1 additions and 1 deletions
|
@ -2417,7 +2417,7 @@ class GServer
|
|||
$assigned = true;
|
||||
}
|
||||
|
||||
if (in_array($attr['content'], array_keys($platforms['ap_platforms']))) {
|
||||
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']))) {
|
||||
$serverdata['network'] = Protocol::ZOT;
|
||||
|
|
Loading…
Reference in a new issue