mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
chore: Beta Clippy suggestions (#6422)
This commit is contained in:
@@ -1851,7 +1851,6 @@ impl Chat {
|
||||
profile_image: self
|
||||
.get_profile_image(context)
|
||||
.await?
|
||||
.map(Into::into)
|
||||
.unwrap_or_else(std::path::PathBuf::new),
|
||||
draft,
|
||||
is_muted: self.is_muted(),
|
||||
@@ -2565,7 +2564,6 @@ impl ChatIdBlocked {
|
||||
},
|
||||
)
|
||||
.await
|
||||
.map_err(Into::into)
|
||||
}
|
||||
|
||||
/// Returns the chat for the 1:1 chat with this contact.
|
||||
|
||||
Reference in New Issue
Block a user