mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 21:27:37 +02:00
Send deletion thread and updated users revision
This commit is contained in:
@ -313,6 +313,8 @@ fn launch_rocket(extra_debug: bool) {
|
||||
}
|
||||
};
|
||||
|
||||
api::start_send_deletion_scheduler(pool.clone());
|
||||
|
||||
let basepath = &CONFIG.domain_path();
|
||||
|
||||
// If adding more paths here, consider also adding them to
|
||||
|
Reference in New Issue
Block a user