소스 검색

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 4 년 전
부모
커밋
018da4fb25
No known key found for this signature in database GPG 키 ID: A9C6FAC60D630169
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      roles/matrix-bridge-appservice-slack/templates/config.yaml.j2

+ 3
- 0
roles/matrix-bridge-appservice-slack/templates/config.yaml.j2 파일 보기

@@ -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 %}


불러오는 중...
취소
저장