OStatus: Fix PubSubHubBub subscription

This commit is contained in:
Michael 2023-01-08 09:41:54 +00:00
parent 91bd03a75f
commit c3d836db63
4 changed files with 12 additions and 7 deletions

View file

@ -58,6 +58,7 @@ class PubSub extends \Friendica\BaseModule
$this->logger->info('Feed arrived.', ['from' => $this->request->getRemoteAddress(), 'for' => $this->args->getCommand(), 'user-agent' => $this->server['HTTP_USER_AGENT']]);
$this->logger->debug('Data stream.', ['xml' => $xml]);
$this->logger->debug('Gut request data.', ['request' => $request]);
$nickname = $this->parameters['nickname'] ?? '';
$contact_id = $this->parameters['cid'] ?? 0;