Hopefully fixes loops during message processing

This commit is contained in:
Michael 2022-08-03 03:38:03 +00:00
parent 64894f9d6f
commit f2eec66240
6 changed files with 142 additions and 76 deletions

View file

@ -93,9 +93,7 @@ class Cron
Queue::clear();
// Process all unprocessed entries
if (DI::config()->get('system', 'decoupled_receiver')) {
Queue::processAll();
}
Queue::processAll();
// Search for new contacts in the directory
if (DI::config()->get('system', 'synchronize_directory')) {