From 913e40f114fb6e18f495ca65e5f332ef37a320f9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Nov 2023 18:17:23 +0100 Subject: Matrix: add config option 'appear_online' to set online presence --- example-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index 35f2702..cb332f0 100644 --- a/example-config.json +++ b/example-config.json @@ -76,7 +76,8 @@ // If you want others to know that you have read their message or not "send_read_receipts": true, // If you want others to know when you are typing a message in the room - "send_typing_notifications": true + "send_typing_notifications": true, + "appear_online": true }, "peertube": { // List of instances to display when opening peertube -- cgit v1.2.3