X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FTag.php;h=1645dc1255b540a9f66742b3c987f6a7bd93e78b;hb=f2c1ecd19bb344137a91faab58d9a2524e0c8893;hp=9f0f8d29a672738a034cd3167bccf01cfa6814ad;hpb=3385147f25969ba06f7b8efaace41d294c6cae2d;p=friendica.git diff --git a/src/Model/Tag.php b/src/Model/Tag.php index 9f0f8d29a6..1645dc1255 100644 --- a/src/Model/Tag.php +++ b/src/Model/Tag.php @@ -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) {