From 913e40f114fb6e18f495ca65e5f332ef37a320f9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Nov 2023 18:17:23 +0100 Subject: Matrix: add config option 'appear_online' to set online presence --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3