mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:50:12 +00:00
Make feeds look more like feeds
This commit is contained in:
parent
921094017c
commit
5f258dac22
2 changed files with 34 additions and 25 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue