mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
feat: Replace "Unnamed group" with "👥📧" to avoid translation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user