Commit Graph

2 Commits (219ce0ca2b006f24845bc8507769ae47f1034ccf)

Author SHA1 Message Date
Your Name 219ce0ca2b Move account_storage_reconcile flag to config/scheduledtasks.php
Introduce a dedicated config/scheduledtasks.php for scheduled-task toggles
and relocate the reconciler flag there (ACCOUNT_STORAGE_RECONCILE), reading
it via config() in routes/scheduledtasks.php. Removed the setting from
config/pixelfed.php. Verified both states with schedule:list.
2 weeks ago
Your Name 61c087e560 Extract scheduled tasks into routes/scheduledtasks.php
Move the schedule definitions out of the withSchedule() closure in
bootstrap/app.php into a dedicated routes/scheduledtasks.php, required with
the Schedule instance in scope. Behavior-preserving; verified with
schedule:list.
2 weeks ago