From 0717b4a290e0a1bd2b34a6265c62806fcfb41837 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 17 Jul 2022 16:04:20 +0300 Subject: [PATCH] Disable public portals by default --- mautrix_telegram/example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mautrix_telegram/example-config.yaml b/mautrix_telegram/example-config.yaml index 63923ba8..c78f2066 100644 --- a/mautrix_telegram/example-config.yaml +++ b/mautrix_telegram/example-config.yaml @@ -179,7 +179,7 @@ bridge: # out-of-Matrix login website (see appservice.public config section) allow_matrix_login: true # Whether or not to make portals of publicly joinable channels/supergroups publicly joinable on Matrix. - public_portals: true + public_portals: false # Whether or not to use /sync to get presence, read receipts and typing notifications # when double puppeting is enabled sync_with_custom_puppets: true