mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
clippy: fix needless_borrow
This commit is contained in:
@@ -398,7 +398,7 @@ impl ChatId {
|
||||
if chat.is_self_talk() {
|
||||
let mut msg = Message::new(Viewtype::Text);
|
||||
msg.text = Some(stock_str::self_deleted_msg_body(context).await);
|
||||
add_device_msg(&context, None, Some(&mut msg)).await?;
|
||||
add_device_msg(context, None, Some(&mut msg)).await?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user