]> git.mxchange.org Git - friendica.git/blobdiff - include/delivery.php
Support relayable_retractions that are relayed to us by the top-level post owner
[friendica.git] / include / delivery.php
index 32943d5dabdefabe211fee14ca90b8e0a2e051eb..0e40e3db7237883905d0f3e5297f3a6f615817ec 100644 (file)
@@ -113,6 +113,7 @@ function delivery_run($argv, $argc){
                        $uid = $r[0]['uid'];
                        $updated = $r[0]['edited'];
 
+                       // The following seems superfluous. We've already checked for "if (! intval($r[0]['parent']))" a few lines up
                        if(! $parent_id)
                                continue;