OStatus: Salmon favorite & unfavorite events now handled
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user