Add config option to allow resetting mode after sending a message (#459)

Co-authored-by: Ulyssa <git@ulyssa.dev>
This commit is contained in:
vaw
2025-07-23 04:05:40 +00:00
committed by GitHub
parent 331a6bca89
commit 0ff8828a1c
4 changed files with 11 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ pub fn mock_tunables() -> TunableValues {
default_room: None,
log_level: Level::INFO,
message_shortcode_display: false,
normal_after_send: true,
reaction_display: true,
reaction_shortcode_display: false,
read_receipt_send: true,