Fix comment.

fix_domain_unique_blocking
Dessalines 3 weeks ago
parent c692741be4
commit e22909697b

@ -330,7 +330,7 @@ pub fn build_url_str_without_scheme(url_str: &str) -> LemmyResult<String> {
}
})?;
// Set the scheme to https, then remove the http:// part
// Set the scheme to http, then remove the http:// part
url
.set_scheme("http")
.map_err(|_| LemmyErrorType::InvalidUrl)?;

Loading…
Cancel
Save