diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index c7d19a996..93e68241c 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -354,8 +354,6 @@ class Feed $item["plink"] = DI::httpRequest()->finalUrl($item["plink"]); - $item["thr-parent"] = $item["uri"]; - $item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry); if (empty($item["title"])) {