From 0cb6c0f8704f9aa1ff1f44cc9bbd1411b650ef87 Mon Sep 17 00:00:00 2001 From: blotree Date: Fri, 25 Aug 2023 08:47:12 -0400 Subject: [PATCH] further fix formatting --- docs/configuring-playbook-bridge-appservice-discord.md | 2 ++ docs/configuring-playbook-bridge-appservice-webhooks.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/configuring-playbook-bridge-appservice-discord.md b/docs/configuring-playbook-bridge-appservice-discord.md index 76cc80b63..bd30d5aae 100644 --- a/docs/configuring-playbook-bridge-appservice-discord.md +++ b/docs/configuring-playbook-bridge-appservice-discord.md @@ -27,6 +27,8 @@ matrix_appservice_discord_bot_token: "YOUR DISCORD APP BOT TOKEN" ```yaml matrix_synapse_configuration_extension_yaml: | use_appservice_legacy_authorization: true +``` +*Note*: This deprecated method is considered insecure. 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. diff --git a/docs/configuring-playbook-bridge-appservice-webhooks.md b/docs/configuring-playbook-bridge-appservice-webhooks.md index eb3115b43..3a4c7ea5b 100644 --- a/docs/configuring-playbook-bridge-appservice-webhooks.md +++ b/docs/configuring-playbook-bridge-appservice-webhooks.md @@ -30,6 +30,8 @@ matrix_appservice_webhooks_log_level: '' ```yaml matrix_synapse_configuration_extension_yaml: | use_appservice_legacy_authorization: true +``` +*Note*: This deprecated method is considered insecure. 4. 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.