show system list items for fave/unfave

This commit is contained in:
Evan Prodromou 2011-08-24 18:12:02 -04:00
parent 968cef0fc6
commit 352e66d25a
1 changed files with 4 additions and 0 deletions

View File

@ -289,6 +289,10 @@ class ActivityPlugin extends Plugin
$adapter = null;
switch ($notice->verb) {
case ActivityVerb::FAVORITE:
case ActivityVerb::UNFAVORITE:
$adapter = new SystemListItem($nli);
break;
case ActivityVerb::JOIN:
$adapter = new JoinListItem($nli);
break;