浏览代码

make "public_portals: false" the default

Co-authored-by: Tulir Asokan <tulir@maunium.net>
Malte E 2 年之前
父节点
当前提交
82668d8e42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mautrix_signal/example-config.yaml

+ 1 - 1
mautrix_signal/example-config.yaml

@@ -136,7 +136,7 @@ bridge:
     autocreate_contact_portal: false
     autocreate_contact_portal: false
     # Whether or not to make portals of Signal groups in which joining via invite link does
     # Whether or not to make portals of Signal groups in which joining via invite link does
     # not need to be approved by an administrator publicly joinable on Matrix.
     # not need to be approved by an administrator publicly joinable on Matrix.
-    public_portals: true
+    public_portals: false
     # Whether or not to use /sync to get read receipts and typing notifications
     # Whether or not to use /sync to get read receipts and typing notifications
     # when double puppeting is enabled
     # when double puppeting is enabled
     sync_with_custom_puppets: true
     sync_with_custom_puppets: true