mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
fix: Use the correct chat description stock string again (#7939)
Fix https://github.com/chatmail/core/issues/7933 Apparently I was inattentive when reviewing https://github.com/chatmail/core/pull/7870/; there even was a test that tested that the incorrect description is used XD Thanks for noticing @r10s!
This commit is contained in:
@@ -1466,6 +1466,9 @@ impl MimeFactory {
|
||||
));
|
||||
}
|
||||
SystemMessage::GroupDescriptionChanged => {
|
||||
placeholdertext = Some(
|
||||
"[Chat description changed. To see this and other new features, please update the app]".to_string(),
|
||||
);
|
||||
headers.push((
|
||||
"Chat-Group-Description-Changed",
|
||||
mail_builder::headers::text::Text::new("").into(),
|
||||
|
||||
Reference in New Issue
Block a user