Mastodon is now detected as OStatus network

This commit is contained in:
Michael Vogel 2016-10-05 20:54:26 +00:00
parent 20e10a50c0
commit a81f5859ad
2 changed files with 17 additions and 3 deletions

View file

@ -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]);
}
}