From 3554a838c2318863f59ad4b50a17edc19b5cb94a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 13 Jun 2023 17:59:25 +0200 Subject: Matrix: add send_typing_notifications config --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index 2316f06..5bbeaff 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -54,6 +54,7 @@ namespace QuickMedia { int room_name_font_size = 18; int room_description_font_size = 12; bool send_read_receipts = true; + bool send_typing_notifications = true; }; struct PeertubeConfig { -- cgit v1.2.3