[COMPONENT][Tag] Fix event handling

This commit is contained in:
2022-01-16 12:08:12 -03:00
committed by Hugo Sales
parent 9e891ed020
commit 3f0d996dc9

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