mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
Use SOCKS5 configuration for HTTP requests
This commit is contained in:
@@ -162,7 +162,7 @@ impl LoginParam {
|
||||
.await?
|
||||
.and_then(|provider_id| get_provider_by_id(&provider_id));
|
||||
|
||||
let socks5_config = Socks5Config::from_database(context).await?;
|
||||
let socks5_config = Socks5Config::from_database(&context.sql).await?;
|
||||
|
||||
Ok(LoginParam {
|
||||
addr,
|
||||
|
||||
Reference in New Issue
Block a user