Skip to content

Commit

Permalink
feat: Replace "Unnamed group" with "👥📧" to avoid translation
Browse files Browse the repository at this point in the history
  • Loading branch information
iequidoo committed Jun 18, 2024
1 parent 55532f5 commit f66b5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/receive_imf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f66b5ab

Please sign in to comment.