aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-12 15:48:17 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-12 15:48:17 +0200
commitac58f524a8a734e9ea6a8c5acc063891f480d58d (patch)
tree16445dccf42d1ebd6dcac19c40add653328e4c4b /include
parentcdddd4250c0fd6cb6b8e0fe7f8810a83df7d48c4 (diff)
Matrix: add option to disable sending read receipt, comment the example json config file
Diffstat (limited to 'include')
-rw-r--r--include/Config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index e0756cf..2316f06 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -53,6 +53,7 @@ namespace QuickMedia {
std::string gpg_user_id;
int room_name_font_size = 18;
int room_description_font_size = 12;
+ bool send_read_receipts = true;
};
struct PeertubeConfig {