mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
chore: apply beta clippy fixes
This commit is contained in:
@@ -653,7 +653,7 @@ impl ChatId {
|
||||
) -> Result<()> {
|
||||
let chat_id = ChatId::create_for_contact_with_blocked(context, contact_id, Blocked::Yes)
|
||||
.await
|
||||
.with_context(|| format!("can't create chat for {}", contact_id))?;
|
||||
.with_context(|| format!("can't create chat for {contact_id}"))?;
|
||||
chat_id
|
||||
.set_protection(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user