forked from GNUsocial/gnu-social
ensureHub on 422 status code (Superfeedr error on non-existing topic)
This commit is contained in:
@@ -45,7 +45,7 @@ class PushInQueueHandler extends QueueHandler
|
||||
} catch(NoResultException $e) {
|
||||
common_log(LOG_INFO, "Discarding POST to unknown feed subscription id {$feedsub_id}");
|
||||
} catch(Exception $e) {
|
||||
common_log(LOG_ERR, "Exception during PuSH input processing for {$feedsub->getUri()}: " . $e->getMessage());
|
||||
common_log(LOG_ERR, "Exception "._ve(get_class($e))." during PuSH input processing for {$feedsub->getUri()}: " . $e->getMessage());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user