mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 12:56:30 +03:00
chore: clippy::useless-borrows-in-formatting fixes
This commit is contained in:
@@ -1683,7 +1683,7 @@ async fn write_msg(context: &Context, prefix: &str, msg: &Message, buf: &mut Str
|
||||
msg.get_id(),
|
||||
if msg.get_showpadlock() { "🔒" } else { "" },
|
||||
if msg.has_location() { "📍" } else { "" },
|
||||
&contact_name,
|
||||
contact_name,
|
||||
contact_id,
|
||||
msgtext,
|
||||
if msg.get_from_id() == ContactId::SELF {
|
||||
|
||||
Reference in New Issue
Block a user