Procházet zdrojové kódy

Expose self service bridging in matrix_appservice_discord

This allows for users to bridge already existing matrix rooms to discord
pull/326/head
Daniel Løvbrøtte Olsen před 6 roky
committed by GitHub
rodič
revize
3f7af3ef3f
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      roles/matrix-bridge-appservice-discord/defaults/main.yml

+ 2
- 1
roles/matrix-bridge-appservice-discord/defaults/main.yml Zobrazit soubor

@@ -37,6 +37,7 @@ matrix_appservice_discord_bridge_domain: "{{ matrix_domain }}"
# As of right now, the homeserver URL must be a public URL. See below.
matrix_appservice_discord_bridge_homeserverUrl: "{{ matrix_homeserver_url }}"
matrix_appservice_discord_bridge_disablePresence: false
matrix_appservice_discord_bridge_enableSelfServiceBridging: false

matrix_appservice_discord_configuration_yaml: |
#jinja2: lstrip_blocks: "True"
@@ -61,7 +62,7 @@ matrix_appservice_discord_configuration_yaml: |
disableDeletionForwarding: false
# Enable users to bridge rooms using !discord commands. See
# https://t2bot.io/discord for instructions.
enableSelfServiceBridging: false
enableSelfServiceBridging: {{ matrix_appservice_discord_bridge_enableSelfServiceBridging|to_json }}
# Disable sending of read receipts for Matrix events which have been
# successfully bridged to Discord.
disableReadReceipts: false


Načítá se…
Zrušit
Uložit