Upload panics via zed.dev instead
This commit is contained in:
parent
345b983c8e
commit
ef6f39d090
10 changed files with 7 additions and 175 deletions
|
@ -969,16 +969,6 @@ impl Client {
|
|||
Url::parse(&collab_url).context("invalid rpc url")
|
||||
}
|
||||
|
||||
// todo: this should probably be cached (And/or done better)
|
||||
pub async fn get_collab_server_url(
|
||||
http: Arc<dyn HttpClient>,
|
||||
release_channel: Option<ReleaseChannel>,
|
||||
) -> Result<Url> {
|
||||
let mut url = Self::get_rpc_url(http, release_channel).await?;
|
||||
url.set_path("");
|
||||
Ok(url)
|
||||
}
|
||||
|
||||
fn establish_websocket_connection(
|
||||
self: &Arc<Self>,
|
||||
credentials: &Credentials,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue