Added auto fetch in client side, removed unwanted files

This commit is contained in:
Gitea
2025-04-28 05:03:26 +05:30
parent 68ad583258
commit e0d260187d
12 changed files with 66 additions and 515 deletions

View File

@@ -33,6 +33,7 @@ return [
'fetch_from_db' => env('FETCH_FETCH_FOR_DB', false),
'force_db_mail' => env('FORCE_DB_MAIL', false),
'move_or_delete' => env('MOVE_OR_DELETE', null),
'auto_fetch_mail' => env('AUTO_FETCH_MAIL', false),
/*
|--------------------------------------------------------------------------