diff --git a/backends/client/src/lib.rs b/backends/client/src/lib.rs index 45bee10c..4fdd8f56 100644 --- a/backends/client/src/lib.rs +++ b/backends/client/src/lib.rs @@ -79,6 +79,9 @@ impl ChunksToString for Vec { let encoded = STANDARD.encode(data); output.push_str(&format!("![](data:{};base64,{})", mimetype, encoded)) } + Some(Chunk::Video(url)) => { + output.push_str(&format!("