mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
add missed text/markdown case
This commit is contained in:
parent
ac83ace83b
commit
e0ee464a37
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue