mirror of
https://github.com/friendica/friendica
synced 2025-05-08 14:24:13 +02:00
"last-child" is not used anymore
This commit is contained in:
parent
2d66242b4f
commit
034d46196f
18 changed files with 6 additions and 105 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue