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
92666e4444
commit
17e5ba715e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue