forked from GNUsocial/gnu-social
Initial support for ping service
It makes sense to use the weblogs.com ping service to alert people to changes on the site. So, we do. Includes an extra ping queue handler.
This commit is contained in:
@@ -1124,7 +1124,7 @@ function common_twitter_broadcast($notice, $flink)
|
||||
|
||||
function common_enqueue_notice($notice)
|
||||
{
|
||||
foreach (array('jabber', 'omb', 'sms', 'public') as $transport) {
|
||||
foreach (array('jabber', 'omb', 'sms', 'public', 'ping') as $transport) {
|
||||
$qi = new Queue_item();
|
||||
$qi->notice_id = $notice->id;
|
||||
$qi->transport = $transport;
|
||||
|
Reference in New Issue
Block a user