]> git.mxchange.org Git - friendica.git/commitdiff
Issue 6128 again: We now use our regular feed that allows anonymous polling
authorMichael <heluecht@pirati.ca>
Wed, 14 Nov 2018 19:26:23 +0000 (19:26 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 14 Nov 2018 19:26:23 +0000 (19:26 +0000)
src/Protocol/OStatus.php

index 0c096c25a8cedba197dec79d21a46611b789f5e2..9931a941acece588e95dbaf3367461049c7bc658 100644 (file)
@@ -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);