This commit is contained in:
septias
2023-01-25 18:02:08 +01:00
parent 18dce04608
commit 41f45bd680
2 changed files with 1 additions and 2 deletions

View File

@@ -724,7 +724,7 @@ impl MimeMessage {
}
/// Returns whether the email contains a `chat-version` header.
/// This indicates that email is a DC-email from a chat.
/// This indicates that the email is a DC-email from a chat.
pub(crate) fn has_chat_version(&self) -> bool {
self.header.contains_key("chat-version")
}