add missed text/markdown case

This commit is contained in:
yggverse 2026-04-02 17:41:09 +03:00
parent ac83ace83b
commit e0ee464a37

View file

@ -327,7 +327,7 @@ fn handle(
}, },
_ => match success.mime() { _ => match success.mime() {
Ok(mime) => match mime.as_str() { Ok(mime) => match mime.as_str() {
"text/gemini" | "text/plain" => memory_input_stream::from_stream_async( "text/gemini" | "text/plain" | "text/markdown" => memory_input_stream::from_stream_async(
connection.stream(), connection.stream(),
Priority::DEFAULT, Priority::DEFAULT,
cancellable.clone(), cancellable.clone(),