trialing pubsubhubbub - operational tweaks
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user