From: Michael Vogel Date: Tue, 15 Sep 2020 19:47:47 +0000 (+0200) Subject: Don't call finalUrl on feed URL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26831371f7e06eabb37621f042325c5bc53a4c91;p=friendica.git Don't call finalUrl on feed URL --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 560fe005e6..6b73e7af09 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);