Support coloring entire message with the user color (#193)

This commit is contained in:
Benjamin Grosse
2024-02-28 06:52:24 +00:00
committed by GitHub
parent 1325295d2b
commit 3ed87aae05
4 changed files with 15 additions and 2 deletions

View File

@@ -196,6 +196,7 @@ pub fn mock_tunables() -> TunableValues {
.collect::<HashMap<_, _>>(),
open_command: None,
username_display: UserDisplayStyle::Username,
message_user_color: false,
image_preview: None,
}
}