mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Add type parameter to OStatus::feed
- Removed unused parameter $a - Added $nocache parameter - Updated usages
This commit is contained in:
parent
095d458de4
commit
c2e29f2685
3 changed files with 63 additions and 31 deletions
|
@ -29,7 +29,7 @@ function dfrn_poll_init(App $a)
|
|||
if (($a->argc > 1) && ($dfrn_id == '') && !strstr($_SERVER["HTTP_USER_AGENT"], 'Friendica')) {
|
||||
$nickname = $a->argv[1];
|
||||
header("Content-type: application/atom+xml");
|
||||
echo OStatus::feed($a, $nickname, $last_update, 10);
|
||||
echo OStatus::feed($nickname, $last_update, 10);
|
||||
killme();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue