Don't call finalUrl on feed URL

This commit is contained in:
Michael Vogel 2020-09-15 21:47:47 +02:00
parent 766d92aaa0
commit 26831371f7
1 changed files with 0 additions and 2 deletions

View File

@ -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);