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() {
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(),
Priority::DEFAULT,
cancellable.clone(),