We should return something ;-)

pull/6651/head
Michael 2019-02-13 17:26:54 +00:00
rodzic d4baa25349
commit ca7ceb6fe2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -690,7 +690,7 @@ class Processor
private static function removeImplicitMentionsFromBody($body, array $implicit_mentions)
{
if (Config::get('system', 'disable_mentions_removal')) {
return;
return $body;
}
$kept_mentions = [];