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);
|
$adapter = new JoinListItem($nli);
|
||||||
break;
|
break;
|
||||||
case ActivityVerb::LEAVE:
|
case ActivityVerb::LEAVE:
|
||||||
$adapter = new JoinListItem($nli);
|
$adapter = new LeaveListItem($nli);
|
||||||
break;
|
break;
|
||||||
case ActivityVerb::FOLLOW:
|
case ActivityVerb::FOLLOW:
|
||||||
$adapter = new FollowListItem($nli);
|
$adapter = new FollowListItem($nli);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user