]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Tag.php
Issue 13221: Diaspora posts are now stored correctly
[friendica.git] / src / Model / Tag.php
index 9f0f8d29a672738a034cd3167bccf01cfa6814ad..1645dc1255b540a9f66742b3c987f6a7bd93e78b 100644 (file)
@@ -487,7 +487,7 @@ class Tag
         *
         * @return boolean
         */
-       public static function isMentioned(int $uriId, string $url, array $type = [self::MENTION, self::EXCLUSIVE_MENTION]): bool
+       public static function isMentioned(int $uriId, string $url, array $type = [self::MENTION, self::EXCLUSIVE_MENTION, self::AUDIENCE]): bool
        {
                $tags = self::getByURIId($uriId, $type);
                foreach ($tags as $tag) {