diff --git a/src/Model/Post/Engagement.php b/src/Model/Post/Engagement.php index fad2b1080a..80f1247a65 100644 --- a/src/Model/Post/Engagement.php +++ b/src/Model/Post/Engagement.php @@ -70,6 +70,7 @@ class Engagement foreach (array_column(Tag::getByURIId($item['parent-uri-id'], [Tag::HASHTAG]), 'name') as $tag) { if (in_array($tag, $tagList)) { $store = true; + break; } } }