aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config.hpp')
-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 {