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