Added a to-do

This commit is contained in:
Michael Vogel 2016-02-13 13:30:53 +01:00
parent 2ca6cdf6b6
commit 253ba45c1a
1 changed files with 2 additions and 0 deletions

View File

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