feat: discord bridging
See https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/31
This commit is contained in:
@ -1442,9 +1442,8 @@ room_prejoin_state:
|
||||
|
||||
# A list of application service config files to use
|
||||
#
|
||||
{{ if eq (env "TELEGRAM_APP_SERVICE_ENABLED") "1" }}
|
||||
app_service_config_files:
|
||||
- "{{ env "TELEGRAM_APP_SERVICE_CONFIG" }}"
|
||||
{{ if eq (env "APP_SERVICES_ENABLED") "1" }}
|
||||
app_service_config_files: {{ env "APP_SERVICE_CONFIGS" }}
|
||||
{{ end }}
|
||||
|
||||
# Uncomment to enable tracking of application service IP addresses. Implicitly
|
||||
|
||||
Reference in New Issue
Block a user