From 59311e9c491b3f64b7423e032c07df7556c5504f Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Aug 2020 05:17:37 +0000 Subject: [PATCH] Changed comment --- src/Model/UserItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }