We should return something ;-)
This commit is contained in:
parent
d4baa25349
commit
ca7ceb6fe2
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ class Processor
|
||||||
private static function removeImplicitMentionsFromBody($body, array $implicit_mentions)
|
private static function removeImplicitMentionsFromBody($body, array $implicit_mentions)
|
||||||
{
|
{
|
||||||
if (Config::get('system', 'disable_mentions_removal')) {
|
if (Config::get('system', 'disable_mentions_removal')) {
|
||||||
return;
|
return $body;
|
||||||
}
|
}
|
||||||
|
|
||||||
$kept_mentions = [];
|
$kept_mentions = [];
|
||||||
|
|
Loading…
Reference in a new issue