The implicit mentions are added in any case
This commit is contained in:
@@ -1845,10 +1845,6 @@ class Transmitter
|
|||||||
|
|
||||||
private static function prependMentions($body, int $uriid)
|
private static function prependMentions($body, int $uriid)
|
||||||
{
|
{
|
||||||
if (DI::config()->get('system', 'disable_implicit_mentions')) {
|
|
||||||
return $body;
|
|
||||||
}
|
|
||||||
|
|
||||||
$mentions = [];
|
$mentions = [];
|
||||||
|
|
||||||
foreach (Tag::getByURIId($uriid, [Tag::IMPLICIT_MENTION]) as $tag) {
|
foreach (Tag::getByURIId($uriid, [Tag::IMPLICIT_MENTION]) as $tag) {
|
||||||
|
|||||||
Reference in New Issue
Block a user