]> git.mxchange.org Git - friendica.git/commitdiff
Added a to-do
authorMichael Vogel <icarus@dabo.de>
Sat, 13 Feb 2016 12:30:53 +0000 (13:30 +0100)
committerMichael Vogel <icarus@dabo.de>
Sat, 13 Feb 2016 12:30:53 +0000 (13:30 +0100)
include/dfrn.php

index a37aaf29cef90dc06bdc64a8dc313e32232bd25b..1db2c6b33db2a3406d3edff6f1555aeda0191203 100644 (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;