mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:50:12 +00:00
Adding of missing entries is now kept behind a config
This commit is contained in:
parent
7f4722ce6f
commit
4a991f0189
2 changed files with 7 additions and 1 deletions
|
@ -47,7 +47,9 @@ class ExpirePosts
|
|||
|
||||
self::deleteExpiredExternalPosts();
|
||||
|
||||
self::addMissingEntries();
|
||||
if (DI::config()->get('system', 'add_missing_posts')) {
|
||||
self::addMissingEntries();
|
||||
}
|
||||
|
||||
// Set the expiry for origin posta
|
||||
Worker::add(PRIORITY_LOW, 'Expire');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue