[COMPONENT][Tag] Fix event handling
This commit is contained in:
@@ -213,8 +213,9 @@ class Tag extends Component
|
||||
$actor_expr = $temp_actor_expr;
|
||||
return Event::next;
|
||||
}
|
||||
return Event::stop;
|
||||
}
|
||||
return Event::stop;
|
||||
return Event::next;
|
||||
}
|
||||
|
||||
public function onCollectionQueryAddJoins(QueryBuilder &$note_qb, QueryBuilder &$actor_qb): bool
|
||||
|
Reference in New Issue
Block a user