mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06: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
|
let grpname = mime_parser
|
||||||
.get_subject()
|
.get_subject()
|
||||||
.map(|s| remove_subject_prefix(&s))
|
.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(
|
let new_chat_id: ChatId = ChatId::create_multiuser_record(
|
||||||
context,
|
context,
|
||||||
|
|||||||
Reference in New Issue
Block a user