diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-06-13 17:59:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-06-13 17:59:25 +0200 |
commit | 3554a838c2318863f59ad4b50a17edc19b5cb94a (patch) | |
tree | 1d9e6b25ef8124a0b15733c76cfb7321c71956f6 /include | |
parent | ac58f524a8a734e9ea6a8c5acc063891f480d58d (diff) |
Matrix: add send_typing_notifications config
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |