diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-07 12:13:56 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-07 12:13:56 +0200 |
commit | ca3283d6a72740077aa57f16128785850c9b892f (patch) | |
tree | bc5141ff8eccdc0d34c17ba8f5e9b5d4c14fb169 /cluster/prod/app/matrix/config | |
parent | 0c9ea6bc56bdca76472ae8cd265999493bfb50d8 (diff) | |
download | nixcfg-ca3283d6a72740077aa57f16128785850c9b892f.tar.gz nixcfg-ca3283d6a72740077aa57f16128785850c9b892f.zip |
upgrade matrix
Diffstat (limited to 'cluster/prod/app/matrix/config')
-rw-r--r-- | cluster/prod/app/matrix/config/synapse/homeserver.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml index ecdf1cd..fb223eb 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -340,7 +340,7 @@ room_prejoin_state: # A list of application service config file to use -app_service_config_files: +#app_service_config_files: #- "/etc/matrix-synapse/easybridge_registration.yaml" #- "/etc/matrix-synapse/fb2mx_registration.yaml" |