瀏覽代碼

Fix passing of matrix_appservice_discord_auth_usePrivilegedIntents

pull/744/head
Slavi Pantaleev 5 年之前
父節點
當前提交
b3d91ed488
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-bridge-appservice-discord/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-appservice-discord/templates/config.yaml.j2 查看文件

@@ -36,7 +36,7 @@ auth:
botToken: {{ matrix_appservice_discord_bot_token }}
# You must enable "Privileged Gateway Intents" in your bot settings on discord.com (e.g. https://discord.com/developers/applications/12345/bot)
# for this to work
usePrivilegedIntents: false
usePrivilegedIntents: {{ matrix_appservice_discord_auth_usePrivilegedIntents|to_json }}
logging:
# What level should the logger output to the console at.
console: "warn" #silly, verbose, info, http, warn, error, silent


Loading…
取消
儲存