mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Support displaying shortcodes instead of Emojis in messages (#222)
This commit is contained in:
parent
0c52375e06
commit
23a729e565
8 changed files with 164 additions and 49 deletions
|
@ -183,6 +183,7 @@ pub fn mock_tunables() -> TunableValues {
|
|||
TunableValues {
|
||||
default_room: None,
|
||||
log_level: Level::INFO,
|
||||
message_shortcode_display: false,
|
||||
reaction_display: true,
|
||||
reaction_shortcode_display: false,
|
||||
read_receipt_send: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue