mirror of
https://github.com/friendica/friendica
synced 2025-04-25 10:30:12 +00:00
The "hub" url now contains the nickname
This commit is contained in:
parent
e607a9dcda
commit
b378f5fb01
4 changed files with 22 additions and 16 deletions
|
@ -54,7 +54,7 @@ function handle_pubsubhubbub($id) {
|
|||
|
||||
$headers = array("Content-type: application/atom+xml",
|
||||
sprintf("Link: <%s>;rel=hub,<%s>;rel=self",
|
||||
App::get_baseurl().'/pubsubhubbub',
|
||||
App::get_baseurl().'/pubsubhubbub/'.$rr['nickname'],
|
||||
$rr['topic']),
|
||||
"X-Hub-Signature: sha1=".$hmac_sig);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue