forked from GNUsocial/gnu-social
Removed legacy OMB. Use OStatus for remote profiles.
This commit is contained in:
15
lib/util.php
15
lib/util.php
@@ -1513,21 +1513,6 @@ function common_enqueue_notice($notice)
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legacy function to broadcast profile updates to OMB remote subscribers.
|
||||
*
|
||||
* XXX: This probably needs killing, but there are several bits of code
|
||||
* that broadcast profile changes that need to be dealt with. AFAIK
|
||||
* this function is only used for OMB. -z
|
||||
*
|
||||
* Since this may be slow with a lot of subscribers or bad remote sites,
|
||||
* this is run through the background queues if possible.
|
||||
*/
|
||||
function common_broadcast_profile(Profile $profile)
|
||||
{
|
||||
Event::handle('BroadcastProfile', array($profile));
|
||||
}
|
||||
|
||||
function common_profile_url($nickname)
|
||||
{
|
||||
return common_local_url('showstream', array('nickname' => $nickname),
|
||||
|
Reference in New Issue
Block a user