1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Schedule jobs through the repository

This commit is contained in:
Quentin Gliech
2023-03-31 15:51:09 +02:00
parent cdd535ddc4
commit 1f748f7d1e
18 changed files with 305 additions and 84 deletions

View File

@@ -28,8 +28,6 @@ use tracing::debug;
mod database;
mod email;
pub use self::email::VerifyEmailJob;
#[derive(Clone)]
struct State {
pool: Pool<Postgres>,