OStatus: Salmon favorite & unfavorite events now handled

This commit is contained in:
Brion Vibber
2010-02-20 16:45:30 -08:00
parent 9c2fe8492f
commit 145a19954f
2 changed files with 48 additions and 32 deletions

View File

@@ -81,6 +81,9 @@ class SalmonAction extends Action
case ActivityVerb::FAVORITE:
$this->handleFavorite();
break;
case ActivityVerb::UNFAVORITE:
$this->handleUnfavorite();
break;
case ActivityVerb::FOLLOW:
case ActivityVerb::FRIEND:
$this->handleFollow();