Explorar el Código

Disable room federation by default

pull/5289/head
jasonlaguidice hace 2 meses
padre
commit
7d345bf3e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml Ver fichero

@@ -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.
#


Cargando…
Cancelar
Guardar