aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-05 18:17:23 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-05 18:17:23 +0100
commit913e40f114fb6e18f495ca65e5f332ef37a320f9 (patch)
treeaed20724ce1d255113c46f2d565f5b8d480f5f82 /include
parent7b2cd582f1f69f57c8f826ae8e0a7eadd6e33627 (diff)
Matrix: add config option 'appear_online' to set online presence
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 1d4675f..6f908c8 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -61,6 +61,7 @@ namespace QuickMedia {
int room_description_font_size = 12;
bool send_read_receipts = true;
bool send_typing_notifications = true;
+ bool appear_online = true;
};
struct PeertubeConfig {