From: Michael Date: Thu, 13 Aug 2020 05:17:37 +0000 (+0000) Subject: Changed comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59311e9c491b3f64b7423e032c07df7556c5504f;p=friendica.git Changed comment --- diff --git a/src/Model/UserItem.php b/src/Model/UserItem.php index 11446f6e81..4572287257 100644 --- a/src/Model/UserItem.php +++ b/src/Model/UserItem.php @@ -217,7 +217,7 @@ class UserItem return true; } - // Don't continue when the item had been an announce activity + // The following check doesn't make sense on activities, so quit here if ($item['verb'] == Activity::ANNOUNCE) { return false; }