]> git.mxchange.org Git - friendica.git/commitdiff
Changed comment
authorMichael <heluecht@pirati.ca>
Thu, 13 Aug 2020 05:17:37 +0000 (05:17 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 13 Aug 2020 05:17:37 +0000 (05:17 +0000)
src/Model/UserItem.php

index 11446f6e81c3bd4299c233181060b47c960819ab..45722872572f0461f32ddb36c0ab868b8f1492c9 100644 (file)
@@ -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;
                }