]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/OnePoll.php
Merge pull request #4288 from zeroadam/Addon
[friendica.git] / src / Worker / OnePoll.php
index 3c7df172ab7171530044b7bae605fa7ec101c72e..293cd265e26038be91332ee0896694f3580ce1fc 100644 (file)
@@ -531,11 +531,6 @@ class OnePoll
 
                                                        $stored_item = item_store($datarray);
 
-                                                       $condition = ['parent-uri' => $datarray['parent-uri'], 'uid' => $importer_uid];
-                                                       dba::update('item', ['last-child' => false], $condition);
-
-                                                       dba::update('item', ['last-child' => true], ['id' => $stored_item]);
-
                                                        switch ($mailconf['action']) {
                                                                case 0:
                                                                        logger("Mail: Seen before ".$msg_uid." for ".$mailconf['user'].". Doing nothing.", LOGGER_DEBUG);