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