mirror of
https://github.com/friendica/friendica
synced 2024-11-18 18:23:40 +00:00
Merge pull request #6134 from annando/6128-again
We now use our regular feed that allows anonymous polling
This commit is contained in:
commit
921094017c
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ class OStatus
|
|||
$attributes = ["href" => System::baseUrl() . "/salmon/" . $owner["nick"], "rel" => "http://salmon-protocol.org/ns/salmon-mention"];
|
||||
XML::addElement($doc, $root, "link", "", $attributes);
|
||||
|
||||
$attributes = ["href" => System::baseUrl() . "/api/statuses/user_timeline/" . $owner["nick"] . ".atom",
|
||||
$attributes = ["href" => System::baseUrl() . "/dfrn_poll/" . $owner["nick"],
|
||||
"rel" => "self", "type" => "application/atom+xml"];
|
||||
XML::addElement($doc, $root, "link", "", $attributes);
|
||||
|
||||
|
|
Loading…
Reference in a new issue