mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
"repair diaspora" fixed some problem long time ago. It is not needed anymore
This commit is contained in:
parent
bc069c8ebf
commit
b68a16e07a
2 changed files with 0 additions and 47 deletions
|
@ -69,9 +69,6 @@ class Cron
|
|||
// Clear cache entries
|
||||
Worker::add(PRIORITY_LOW, "CronJobs", "clear_cache");
|
||||
|
||||
// Repair missing Diaspora values in contacts
|
||||
Worker::add(PRIORITY_LOW, "CronJobs", "repair_diaspora");
|
||||
|
||||
// Repair entries in the database
|
||||
Worker::add(PRIORITY_LOW, "CronJobs", "repair_database");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue