Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Slavi Pantaleev <[email protected]>
  • Loading branch information
luixxiul and spantaleev authored Jan 3, 2025
1 parent 93bded6 commit f0f50b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuring-playbook-dimension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-ma1sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-user-verification-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0f50b6

Please sign in to comment.