Disable public portals by default

This commit is contained in:
Tulir Asokan
2022-07-17 16:04:20 +03:00
parent a9b6539910
commit 0717b4a290
+1 -1
View File
@@ -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