mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
OStatus: Fix PubSubHubBub subscription
This commit is contained in:
parent
91bd03a75f
commit
c3d836db63
4 changed files with 12 additions and 7 deletions
|
@ -71,6 +71,8 @@ class PubSubHubBub extends \Friendica\BaseModule
|
|||
throw new HTTPException\ForbiddenException();
|
||||
}
|
||||
|
||||
$this->logger->debug('Gut request data.', ['request' => $request]);
|
||||
|
||||
// Subscription request from subscriber
|
||||
// https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html#rfc.section.5.1
|
||||
// Example from GNU Social:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue