aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-13 17:59:25 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-13 17:59:25 +0200
commit3554a838c2318863f59ad4b50a17edc19b5cb94a (patch)
tree1d9e6b25ef8124a0b15733c76cfb7321c71956f6 /src/Config.cpp
parentac58f524a8a734e9ea6a8c5acc063891f480d58d (diff)
Matrix: add send_typing_notifications config
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index bdc4012..fe4e984 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -231,6 +231,7 @@ namespace QuickMedia {
get_json_value(matrix_json, "room_name_font_size", config->matrix.room_name_font_size);
get_json_value(matrix_json, "room_description_font_size", config->matrix.room_description_font_size);
get_json_value(matrix_json, "send_read_receipts", config->matrix.send_read_receipts);
+ get_json_value(matrix_json, "send_typing_notifications", config->matrix.send_typing_notifications);
}
if(!has_known_matrix_homeservers_config)