diff --git a/crates/notedeck/src/urls.rs b/crates/notedeck/src/urls.rs index ce323222..30516eb8 100644 --- a/crates/notedeck/src/urls.rs +++ b/crates/notedeck/src/urls.rs @@ -194,7 +194,7 @@ impl UrlMimes { } Err(HttpError::HttpFailure) => { // allow retrying - self.in_flight.remove(url); + //self.in_flight.remove(url); None } Err(HttpError::MissingHeader) => {