mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:10:11 +00:00
Issue 3318: Make sure that we fetch an author
This commit is contained in:
parent
17632118d6
commit
30476623c5
2 changed files with 43 additions and 11 deletions
|
@ -33,6 +33,9 @@ function handle_pubsubhubbub($id) {
|
|||
else
|
||||
$rr = $r[0];
|
||||
|
||||
/// @todo Check server status with poco_check_server()
|
||||
// Before this can be done we need a way to safely detect the server url.
|
||||
|
||||
logger("Generate feed of user ".$rr['nickname']." to ".$rr['callback_url']." - last updated ".$rr['last_update'], LOGGER_DEBUG);
|
||||
|
||||
$params = ostatus::feed($a, $rr['nickname'], $rr['last_update']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue