From ac58f524a8a734e9ea6a8c5acc063891f480d58d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 12 Jun 2023 15:48:17 +0200 Subject: Matrix: add option to disable sending read receipt, comment the example json config file --- src/Config.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.cpp') diff --git a/src/Config.cpp b/src/Config.cpp index 6c921df..bdc4012 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -230,6 +230,7 @@ namespace QuickMedia { get_json_value(matrix_json, "gpg_user_id", config->matrix.gpg_user_id); 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); } if(!has_known_matrix_homeservers_config) -- cgit v1.2.3