diff options
Diffstat (limited to 'example-config.json')
-rw-r--r-- | example-config.json | 4 |
1 files changed, 3 insertions, 1 deletions
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 |