Changed comment
This commit is contained in:
parent
7cdbcf411f
commit
59311e9c49
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class UserItem
|
||||||
return true;
|
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) {
|
if ($item['verb'] == Activity::ANNOUNCE) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue