Activity plugin fix (LeaveListItem unused)
This commit is contained in:
parent
78dc376f01
commit
8674b51144
|
@ -283,7 +283,7 @@ class ActivityPlugin extends Plugin
|
|||
$adapter = new JoinListItem($nli);
|
||||
break;
|
||||
case ActivityVerb::LEAVE:
|
||||
$adapter = new JoinListItem($nli);
|
||||
$adapter = new LeaveListItem($nli);
|
||||
break;
|
||||
case ActivityVerb::FOLLOW:
|
||||
$adapter = new FollowListItem($nli);
|
||||
|
|
Loading…
Reference in New Issue
Block a user