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