From 501f41fca1c083e2385a0b9488072ad0e101784a Mon Sep 17 00:00:00 2001 From: iequidoo Date: Tue, 18 Jun 2024 16:01:54 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Replace=20"Unnamed=20group"=20with=20"?= =?UTF-8?q?=F0=9F=91=A5=F0=9F=93=A7"=20to=20avoid=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/receive_imf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/receive_imf.rs b/src/receive_imf.rs index dc2c1a1c4..c158b5b26 100644 --- a/src/receive_imf.rs +++ b/src/receive_imf.rs @@ -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,