OStatus: Fix PubSubHubBub subscription
This commit is contained in:
parent
91bd03a75f
commit
c3d836db63
4 changed files with 12 additions and 7 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue