]> git.mxchange.org Git - friendica.git/commitdiff
We should return something ;-)
authorMichael <heluecht@pirati.ca>
Wed, 13 Feb 2019 17:26:54 +0000 (17:26 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 13 Feb 2019 17:26:54 +0000 (17:26 +0000)
src/Protocol/ActivityPub/Processor.php

index 446536278dd07b65cc6ff90bbee7164e844270e5..f4befcd6f1f0f630d15df668cdfcbca986209458 100644 (file)
@@ -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 = [];