From 253ba45c1a9f080b5086decc9696c9cda89c7ca3 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 13 Feb 2016 13:30:53 +0100 Subject: [PATCH] Added a to-do --- include/dfrn.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dfrn.php b/include/dfrn.php index a37aaf29ce..1db2c6b33d 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -1965,6 +1965,8 @@ class dfrn { $item['body'] = @html2bbcode($item['body']); } + /// @todo We should check for a repeated post and if we know the repeated author. + // We don't need the content element since "dfrn:env" is always present //$item["body"] = $xpath->query("atom:content/text()", $entry)->item(0)->nodeValue; -- 2.39.5