[COMPONENT][Tag] Fix event handling

This commit is contained in:
Phablulo Joel 2022-01-16 12:08:12 -03:00 committed by Hugo Sales
parent 9e891ed020
commit 3f0d996dc9
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 2 additions and 1 deletions

View File

@ -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