Procházet zdrojové kódy

Slack appservice: Enable RTM by default

It is very confusing to debug why messages only go from Matrix to Slack
but not from Slack to Matrix. RTM should be enabled by default, as
that's the recommended way to make this work.
pull/1774/head
Didier 'OdyX' Raboud před 3 roky
rodič
revize
018da4fb25
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A9C6FAC60D630169
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      roles/matrix-bridge-appservice-slack/templates/config.yaml.j2

+ 3
- 0
roles/matrix-bridge-appservice-slack/templates/config.yaml.j2 Zobrazit soubor

@@ -9,6 +9,9 @@ homeserver:
url: "{{ matrix_appservice_slack_homeserver_url }}"
media_url: "{{ matrix_appservice_slack_homeserver_media_url }}"

rtm:
enable: true

{% if matrix_appservice_slack_database_engine == 'nedb' %}
dbdir: "/data"
{% else %}


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