]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/Post/Engagement.php
authorMichael Vogel <icarus@dabo.de>
Mon, 18 Sep 2023 01:00:42 +0000 (03:00 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 01:00:42 +0000 (03:00 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/Post/Engagement.php

index fad2b1080a44f0dc1fe72bc8c0d51abbebed6d91..80f1247a656b89ef6e95139f5248f6d436c5ee48 100644 (file)
@@ -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;
                                }
                        }
                }