mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
Mastodon is now detected as OStatus network
This commit is contained in:
parent
20e10a50c0
commit
a81f5859ad
2 changed files with 17 additions and 3 deletions
|
@ -31,8 +31,7 @@ function get_salmon_key($uri,$keyhash) {
|
|||
$ret[$x] = substr($ret[$x],strpos($ret[$x],',')+1);
|
||||
else
|
||||
$ret[$x] = substr($ret[$x],5);
|
||||
}
|
||||
else
|
||||
} elseif (normalise_link($ret[$x]) == 'http://')
|
||||
$ret[$x] = fetch_url($ret[$x]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue