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;
|
$adapter = null;
|
||||||
|
|
||||||
switch ($notice->verb) {
|
switch ($notice->verb) {
|
||||||
|
case ActivityVerb::FAVORITE:
|
||||||
|
case ActivityVerb::UNFAVORITE:
|
||||||
|
$adapter = new SystemListItem($nli);
|
||||||
|
break;
|
||||||
case ActivityVerb::JOIN:
|
case ActivityVerb::JOIN:
|
||||||
$adapter = new JoinListItem($nli);
|
$adapter = new JoinListItem($nli);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user