From: Michael Vogel Date: Mon, 18 Sep 2023 01:00:42 +0000 (+0200) Subject: Update src/Model/Post/Engagement.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d0a4da8880bdfe2b53fee028653e4e46e2479c3;p=friendica.git Update src/Model/Post/Engagement.php Co-authored-by: Hypolite Petovan --- 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; } } }