Removed legacy OMB. Use OStatus for remote profiles.

This commit is contained in:
Mikael Nordfeldth
2013-10-28 16:22:09 +01:00
parent e7a4ccb7b5
commit fcba540a14
61 changed files with 13 additions and 6278 deletions

View File

@@ -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),