mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
fix: use "ir.testrun.org" as default url
This commit is contained in:
@@ -249,7 +249,9 @@ impl Context {
|
|||||||
RelayMode::Default
|
RelayMode::Default
|
||||||
}
|
}
|
||||||
#[cfg(not(test))]
|
#[cfg(not(test))]
|
||||||
RelayMode::Disabled
|
RelayMode::Custom(RelayMap::from_url(
|
||||||
|
Url::parse("ir.testrun.org").unwrap().into(),
|
||||||
|
))
|
||||||
};
|
};
|
||||||
|
|
||||||
let endpoint = Endpoint::builder()
|
let endpoint = Endpoint::builder()
|
||||||
|
|||||||
Reference in New Issue
Block a user