mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Our user feeds now look more like OStatus
This commit is contained in:
parent
fdc8190567
commit
e607a9dcda
3 changed files with 17 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue