mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
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;
|
||||
}
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue