Changed comment

This commit is contained in:
Michael 2020-08-13 05:17:37 +00:00
parent 7cdbcf411f
commit 59311e9c49

View 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;
}