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