From f802df6e6d14636e7ec1d9b5300bda99722fb76f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 15 Nov 2024 03:51:51 +0900 Subject: [PATCH] Update docs/configuring-playbook-federation.md: add note about setting server delegation Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-federation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuring-playbook-federation.md b/docs/configuring-playbook-federation.md index 926d694f1..e187fa363 100644 --- a/docs/configuring-playbook-federation.md +++ b/docs/configuring-playbook-federation.md @@ -2,6 +2,7 @@ By default, your server federates with the whole Matrix network. That is, people on your server can communicate with people on any other Matrix server. +**Note**: in the sample `vars.yml` ([`examples/vars.yml`](../examples/vars.yml)), we recommend to use a short user identifier like `@:example.com` and set up [server delegation](howto-server-delegation.md) / redirection. Without a proper configuration, your server will effectively not be part of the Matrix network. If you find your server is not federated, make sure to [check whether services work](maintenance-checking-services.md) and your server is properly delegated. ## Federating only with select servers