mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
OStatus: Fix PubSubHubBub subscription
This commit is contained in:
parent
91bd03a75f
commit
c3d836db63
4 changed files with 12 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue