mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Do not pass Result as a function argument
This commit is contained in:
@@ -1237,7 +1237,9 @@ SET rfc724_mid=excluded.rfc724_mid, chat_id=excluded.chat_id,
|
||||
context,
|
||||
part.typ,
|
||||
chat_id,
|
||||
part.param.get_path(Param::File, context),
|
||||
part.param
|
||||
.get_path(Param::File, context)
|
||||
.unwrap_or_default(),
|
||||
*msg_id,
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user