From f0f50b66c063e18b06d8d3579cace89ae164667b Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 3 Jan 2025 07:27:35 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Slavi Pantaleev --- docs/configuring-playbook-dimension.md | 2 +- docs/configuring-playbook-ma1sd.md | 2 +- docs/configuring-playbook-user-verification-service.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-dimension.md b/docs/configuring-playbook-dimension.md index a0a379135..1c4fd99f9 100644 --- a/docs/configuring-playbook-dimension.md +++ b/docs/configuring-playbook-dimension.md @@ -12,7 +12,7 @@ See the project's [documentation](https://github.com/turt2live/matrix-dimension/ ### Open Matrix Federation port -Dimension exposes the `openid` API endpoints on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled. If you enable the component, make sure that port is accessible. +Enabling the Dimension service will automatically reconfigure your Synapse homeserver to expose the `openid` API endpoints on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled. If you enable the component, make sure that the port is accessible. ### Install Matrix services diff --git a/docs/configuring-playbook-ma1sd.md b/docs/configuring-playbook-ma1sd.md index ef4030bd0..b19c0168d 100644 --- a/docs/configuring-playbook-ma1sd.md +++ b/docs/configuring-playbook-ma1sd.md @@ -12,7 +12,7 @@ See the project's [documentation](https://github.com/ma1uta/ma1sd/blob/master/RE ### Open Matrix Federation port -ma1sd exposes the `openid` API endpoints on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled. If you enable the component, make sure that port is accessible. +Enabling the ma1sd service will automatically reconfigure your Synapse homeserver to expose the `openid` API endpoints on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled. If you enable the component, make sure that the port is accessible. ## Adjusting DNS records diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index 150519159..2f789e696 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -21,7 +21,7 @@ Verifying RoomMembership and PowerLevel is done against `matrix_user_verificatio ### Open Matrix Federation port -UVS exposes the `openid` API endpoints on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled. If you enable the component, make sure that port is accessible. +Enabling the UVS service will automatically reconfigure your Synapse homeserver to expose the `openid` API endpoints on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled. If you enable the component, make sure that the port is accessible. ### Install Matrix services