mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Hopefully fixes loops during message processing
This commit is contained in:
parent
64894f9d6f
commit
f2eec66240
6 changed files with 142 additions and 76 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue