Make feeds look more like feeds

This commit is contained in:
Michael 2018-11-15 13:21:58 +00:00
parent 921094017c
commit 5f258dac22
2 changed files with 34 additions and 25 deletions

View file

@ -54,7 +54,7 @@ class Feed extends BaseModule
$nickname = $a->argv[1];
header("Content-type: application/atom+xml");
echo OStatus::feed($nickname, $last_update, 10, $type, $nocache);
echo OStatus::feed($nickname, $last_update, 10, $type, $nocache, true);
killme();
}
}