From 08433873f59fe4903911cae48611dd8641d6a9f4 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 14 Nov 2018 19:26:23 +0000 Subject: [PATCH] Issue 6128 again: We now use our regular feed that allows anonymous polling --- src/Protocol/OStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index 0c096c25a8..9931a941ac 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -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);