mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Decoupling is deactivated by default now
This commit is contained in:
parent
da06878f6c
commit
371f20a1aa
2 changed files with 4 additions and 2 deletions
|
@ -93,7 +93,9 @@ class Cron
|
|||
Queue::clear();
|
||||
|
||||
// Process all unprocessed entries
|
||||
Queue::processAll();
|
||||
if (DI::config()->get('system', 'decoupled_receiver')) {
|
||||
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