Our user feeds now look more like OStatus

This commit is contained in:
Michael 2017-08-22 10:18:07 +00:00
parent fdc8190567
commit e607a9dcda
3 changed files with 17 additions and 0 deletions

View file

@ -8,6 +8,10 @@ function xrd_init(App $a) {
$uri = urldecode(notags(trim($_GET['uri'])));
if ($uri == "") {
$uri = urldecode(notags(trim($_GET['resource'])));
}
if(substr($uri,0,4) === 'http') {
$acct = false;
$name = basename($uri);