[COMPONENT][Tag] Fix event handling

This commit is contained in:
Phablulo 2022-01-16 12:08:12 -03:00 committed by Hugo Sales
parent 9e891ed020
commit 3f0d996dc9
No known key found for this signature in database
GPG Key ID: 7D0C7EAFC9D835A0

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