From: Michael Vogel Date: Sat, 13 Feb 2016 12:30:53 +0000 (+0100) Subject: Added a to-do X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=253ba45c1a9f080b5086decc9696c9cda89c7ca3;p=friendica.git Added a to-do --- 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;