mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00: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