OStatus: Fix PubSubHubBub subscription
This commit is contained in:
@@ -62,9 +62,10 @@ class Salmon extends \Friendica\BaseModule
|
||||
* @throws HTTPException\OKException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
protected function rawContent(array $request = [])
|
||||
protected function post(array $request = [])
|
||||
{
|
||||
$xml = Network::postdata();
|
||||
$this->logger->debug('Gut request data.', ['request' => $request]);
|
||||
|
||||
$nickname = $this->parameters['nickname'] ?? '';
|
||||
if (empty($nickname)) {
|
||||
|
||||
Reference in New Issue
Block a user