Просмотр исходного кода

Update docs/configuring-playbook-bridge-appservice-discord.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2841/head
blotree 2 лет назад
committed by GitHub
Родитель
Сommit
fbfe028786
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 3 добавлений и 4 удалений
  1. +3
    -4
      docs/configuring-playbook-bridge-appservice-discord.md

+ 3
- 4
docs/configuring-playbook-bridge-appservice-discord.md Просмотреть файл

@@ -23,11 +23,10 @@ matrix_appservice_discord_enabled: true
matrix_appservice_discord_client_id: "YOUR DISCORD APP CLIENT ID"
matrix_appservice_discord_bot_token: "YOUR DISCORD APP BOT TOKEN"
```
5. As of Synapse 1.90.0, you will need to add the following to ```matrix_synapse_configuration_extension_yaml``` to enable the [backwards compatibility](https://matrix-org.github.io/synapse/latest/upgrade#upgrading-to-v1900) that this bridge needs:
5. As of Synapse 1.90.0, you will need to add the following to `matrix_synapse_configuration_extension_yaml` to enable the [backwards compatibility](https://matrix-org.github.io/synapse/latest/upgrade#upgrading-to-v1900) that this bridge needs:
```yaml
use_appservice_legacy_authorization: true
```
*Note*: This deprecated method is considered insecure.
matrix_synapse_configuration_extension_yaml: |
use_appservice_legacy_authorization: true

6. If you've already installed Matrix services using the playbook before, you'll need to re-run it (`--tags=setup-all,start`). If not, proceed with [configuring other playbook services](configuring-playbook.md) and then with [Installing](installing.md). Get back to this guide once ready.



Загрузка…
Отмена
Сохранить