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

@@ -52,11 +52,6 @@ function updateUserUrls()
updateProfileUrl($profile);
updateAvatarUrls($profile);
// Broadcast for remote users
common_broadcast_profile($profile);
} catch (Exception $e) {
echo "Error updating URLs: " . $e->getMessage();
}