Issue 3318: Make sure that we fetch an author

This commit is contained in:
Michael 2017-05-05 19:41:41 +00:00
parent 17632118d6
commit 30476623c5
2 changed files with 43 additions and 11 deletions

View file

@ -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']);