Follow requests are always processable
This commit is contained in:
parent
c7739ef9c4
commit
7e22b7090e
|
@ -268,6 +268,10 @@ class Queue
|
|||
return false;
|
||||
}
|
||||
|
||||
if (($entry['type'] == 'as:Follow') && ($entry['object-type'] == 'as:Note')) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!empty($entry['object-id']) && Post::exists(['uri' => $entry['object-id']])) {
|
||||
// The object already exists, so processing can be done
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue