Browse Source

Disable room federation by default

pull/5289/head
jasonlaguidice 1 month ago
parent
commit
7d345bf3e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml View File

@@ -107,7 +107,7 @@ matrix_rustpush_bridge_homeserver_token: ''

# Whether or not created rooms should have federation enabled.
# If false, created portal rooms will never be federated.
matrix_rustpush_bridge_matrix_federate_rooms: true
matrix_rustpush_bridge_matrix_federate_rooms: false

# Database-related configuration fields.
#


Loading…
Cancel
Save