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)
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue