mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
refactor: Remove unused blob functions (#6563)
This commit is contained in:
@@ -1628,8 +1628,7 @@ async fn build_body_file(context: &Context, msg: &Message) -> Result<MimePart<'s
|
||||
|
||||
let blob = msg
|
||||
.param
|
||||
.get_blob(Param::File, context)
|
||||
.await?
|
||||
.get_file_blob(context)?
|
||||
.context("msg has no file")?;
|
||||
|
||||
// Get file name to use for sending. For privacy purposes, we do
|
||||
|
||||
Reference in New Issue
Block a user