mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
fmt + changelog
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
### Fixes
|
||||
- Do not add an error if the message is encrypted but not signed #3860
|
||||
- Do not strip leading spaces from message lines #3867
|
||||
|
||||
- Don't always rebuild group member lists #3872
|
||||
|
||||
## 1.104.0
|
||||
|
||||
|
||||
@@ -1603,9 +1603,7 @@ async fn apply_group_changes(
|
||||
|
||||
let mut recreate_member_list = match mime_parser.get_header(HeaderDef::InReplyTo) {
|
||||
Some(reply_to) if rfc724_mid_exists(context, reply_to).await?.is_none() => true,
|
||||
Some(_) => {
|
||||
!is_contact_in_chat(context, chat_id, ContactId::SELF).await?
|
||||
}
|
||||
Some(_) => !is_contact_in_chat(context, chat_id, ContactId::SELF).await?,
|
||||
None => true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user