trialing pubsubhubbub - operational tweaks
This commit is contained in:
parent
2ae38e3fbf
commit
f5615068ca
5 changed files with 42 additions and 9 deletions
|
@ -302,7 +302,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
if((strlen($hub)) && ($cmd !== 'mail') && (followup == false)) {
|
||||
if((strlen($hub)) && ($cmd !== 'mail') && ($followup == false)) {
|
||||
$params = 'hub.mode=publish&hub.url=' . urlencode($a->get_baseurl() . '/dfrn_poll/' . $owner['nickname'] );
|
||||
post_url($hub,$params);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue