show system list items for fave/unfave
This commit is contained in:
parent
968cef0fc6
commit
352e66d25a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user