feat: Replace "Unnamed group" with "👥📧" to avoid translation

This commit is contained in:
iequidoo
2024-06-18 16:01:54 -03:00
committed by iequidoo
parent 06d80e5da3
commit 501f41fca1

View File

@@ -2551,7 +2551,7 @@ async fn create_adhoc_group(
let grpname = mime_parser
.get_subject()
.map(|s| remove_subject_prefix(&s))
.unwrap_or_else(|| "Unnamed group".to_string());
.unwrap_or_else(|| "👥📧".to_string());
let new_chat_id: ChatId = ChatId::create_multiuser_record(
context,