mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
integrate backup sending via iroh into the repl
This commit is contained in:
@@ -154,7 +154,7 @@ pub async fn get_provider_by_mx(context: &Context, domain: &str) -> Option<&'sta
|
||||
}
|
||||
|
||||
let provider_fqdn = provider_domain.to_string() + ".";
|
||||
let provider_fqdn_dot = ".".to_string() + &provider_fqdn;
|
||||
let provider_fqdn_dot = format!(".{}", provider_fqdn);
|
||||
|
||||
for mx_domain in mx_domains.iter() {
|
||||
let mx_domain = mx_domain.exchange().to_lowercase().to_utf8();
|
||||
|
||||
Reference in New Issue
Block a user