ソースを参照

set sender_localpart in registration.yml.j2 template to variable

pull/3853/head
janonym1 1年前
committed by GitHub
コミット
5b5bb7fd8f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2

+ 1
- 1
roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 ファイルの表示

@@ -25,7 +25,7 @@ namespaces:
- regex: "#github_.+:{{ matrix_domain }}"
exclusive: true

sender_localpart: hookshot
sender_localpart: {{ matrix_hookshot_bot_localpart }}
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
rate_limited: false



読み込み中…
キャンセル
保存