From 3e9bf5a7fa486f2ba5151bb83c938187876f114b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 20 Nov 2024 18:54:53 +0200 Subject: [PATCH] config: fix comment on send_presence_on_typing [skip cd] --- pkg/connector/example-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/connector/example-config.yaml b/pkg/connector/example-config.yaml index b68416e9..eb5fb2dd 100644 --- a/pkg/connector/example-config.yaml +++ b/pkg/connector/example-config.yaml @@ -23,9 +23,8 @@ displayname_template: "{{or .BusinessName .PushName .Phone}} (WA)" call_start_notices: true # Should another user's cryptographic identity changing send a message to Matrix? identity_change_notices: false -# Send the presence as "available" to whatsapp when users start typing on a portal. -# This works as a workaround for homeservers that do not support presence, and allows -# users to see when the whatsapp user on the other side is typing during a conversation. +# Should the bridge mark you as online on WhatsApp when you send typing notifications? +# Full presence bridging is not supported. send_presence_on_typing: false # Should WhatsApp status messages be bridged into a Matrix room? enable_status_broadcast: true