From 1a20c29eeba5edfd51068b5bec6ec53af0629d38 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 20 Dec 2023 12:03:18 +0100 Subject: Matrix: revert not clearing text on esc, make it an option 'matrix.clear_message_on_escape' instead --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Config.hpp b/include/Config.hpp index 6f908c8..0b0f021 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -62,6 +62,7 @@ namespace QuickMedia { bool send_read_receipts = true; bool send_typing_notifications = true; bool appear_online = true; + bool clear_message_on_escape = true; }; struct PeertubeConfig { -- cgit v1.2.3