From: Michael Date: Wed, 13 Feb 2019 17:26:54 +0000 (+0000) Subject: We should return something ;-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca7ceb6fe278d6ff8be09200187f93e25817e939;p=friendica.git We should return something ;-) --- diff --git a/src/Protocol/ActivityPub/Processor.php b/src/Protocol/ActivityPub/Processor.php index 446536278d..f4befcd6f1 100644 --- a/src/Protocol/ActivityPub/Processor.php +++ b/src/Protocol/ActivityPub/Processor.php @@ -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 = [];