From ca7ceb6fe278d6ff8be09200187f93e25817e939 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 13 Feb 2019 17:26:54 +0000 Subject: [PATCH] We should return something ;-) --- src/Protocol/ActivityPub/Processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];