doll active state <-> doll visibility toggle
This commit is contained in:
@@ -26,6 +26,7 @@ pub struct OAuthFlowTracker {
|
||||
pub struct Clients {
|
||||
pub http_client: reqwest::Client,
|
||||
pub ws_client: Option<rust_socketio::client::Client>,
|
||||
pub is_ws_initialized: bool,
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
@@ -78,6 +79,7 @@ pub fn init_fdoll_state(tracing_guard: Option<tracing_appender::non_blocking::Wo
|
||||
guard.clients = Some(Clients {
|
||||
http_client,
|
||||
ws_client: None,
|
||||
is_ws_initialized: false,
|
||||
});
|
||||
info!("Initialized HTTP client");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user