mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Decouple the processor from the receiver
This commit is contained in:
parent
3af55de978
commit
505191dec5
4 changed files with 57 additions and 4 deletions
|
@ -982,7 +982,6 @@ class Processor
|
|||
Queue::remove($activity);
|
||||
|
||||
if (Queue::hasChildren($item['uri'])) {
|
||||
//Queue::processReplyByUri($item['uri']);
|
||||
Worker::add(PRIORITY_HIGH, 'ProcessReplyByUri', $item['uri']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue