From 3f0d996dc996247510ccc31c99fdd63ef102b805 Mon Sep 17 00:00:00 2001 From: Phablulo Date: Sun, 16 Jan 2022 12:08:12 -0300 Subject: [PATCH] [COMPONENT][Tag] Fix event handling --- components/Tag/Tag.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Tag/Tag.php b/components/Tag/Tag.php index c5a5fddec0..2e44221a65 100644 --- a/components/Tag/Tag.php +++ b/components/Tag/Tag.php @@ -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