Decouple the processor from the receiver

This commit is contained in:
Michael 2022-07-27 20:59:42 +00:00
parent 3af55de978
commit 505191dec5
4 changed files with 57 additions and 4 deletions

View file

@ -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']);
}
}