From 26831371f7e06eabb37621f042325c5bc53a4c91 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 15 Sep 2020 21:47:47 +0200 Subject: [PATCH] Don't call finalUrl on feed URL --- src/Protocol/Feed.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 560fe005e..6b73e7af0 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -351,8 +351,6 @@ class Feed $orig_plink = $item["plink"]; - $item["plink"] = DI::httpRequest()->finalUrl($item["plink"]); - $item["parent-uri"] = $item["uri"]; $item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry);