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 --- example-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index cb332f0..1977b1e 100644 --- a/example-config.json +++ b/example-config.json @@ -77,7 +77,9 @@ "send_read_receipts": true, // If you want others to know when you are typing a message in the room "send_typing_notifications": true, - "appear_online": true + "appear_online": true, + // If the chat message should be removed when you press ESC + "clear_message_on_escape": true }, "peertube": { // List of instances to display when opening peertube -- cgit v1.2.3