From 5c37b186d8f53cd8a29f3d4878e5c1b877269642 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 29 Mar 2026 14:04:32 +0300 Subject: [PATCH] config: clarify contact_names option --- pkg/connector/example-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/connector/example-config.yaml b/pkg/connector/example-config.yaml index 7d829638..b1564468 100644 --- a/pkg/connector/example-config.yaml +++ b/pkg/connector/example-config.yaml @@ -89,6 +89,7 @@ max_member_count: -1 # Should personal avatars (that are only visible to specific users) be allowed? contact_avatars: false # Should contact names be updated from any source even if a name is already set? +# Note that contact names will still be used if there's no other name available. contact_names: false # Should the bridge send all unicode reactions as custom emoji reactions to # Telegram? By default, the bridge only uses custom emojis for unicode emojis