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 --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3