]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
"last-child" is not used anymore
[friendica.git] / src / Protocol / Feed.php
index b629c4ecb9b934e7cdbb71b9b0709e7955b23482..dc4548b3ead97d9635e7d1b951ba778fb5252ae3 100644 (file)
@@ -198,11 +198,6 @@ class Feed {
 
                $header["contact-id"] = $contact["id"];
 
-               if (!strlen($contact["notify"])) {
-                       // one way feed - no remote comment ability
-                       $header["last-child"] = 0;
-               }
-
                if (!is_object($entries)) {
                        logger("There are no entries in this feed.", LOGGER_DEBUG);
                        return;