feat(server): refactor mail queue (#15204)

This commit is contained in:
DarkSky
2026-07-07 08:38:16 +08:00
committed by GitHub
parent 9581432d21
commit 998b255afd
72 changed files with 8386 additions and 763 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ pub(crate) mod error;
pub(crate) mod migrations;
pub(crate) mod types;
pub(crate) use config::BackendRuntimeConfig;
pub(crate) use config::{BackendRuntimeConfig, InviteQuotaConfig};
pub(crate) use error::{RuntimeError, RuntimeResult, napi_error, to_napi_error};