Connect as human instead of bot
This commit is contained in:
parent
94a746f992
commit
096e3f7cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ impl State {
|
|||
}
|
||||
|
||||
async fn connect(vault: &EuphVault, name: &str) -> anyhow::Result<Option<(ConnTx, ConnRx)>> {
|
||||
let uri = format!("wss://euphoria.io/room/{name}/ws");
|
||||
let uri = format!("wss://euphoria.io/room/{name}/ws?h=1");
|
||||
let mut request = uri.into_client_request().expect("valid request");
|
||||
let cookies = Self::get_cookies(vault.vault()).await;
|
||||
let cookies = HeaderValue::from_str(&cookies).expect("valid cookies");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue