diff --git a/content/blog/how-i-fixed-my-synapse-matrix-federation.md b/content/blog/how-i-fixed-my-synapse-matrix-federation.md index 4b2c7de4..884783d2 100644 --- a/content/blog/how-i-fixed-my-synapse-matrix-federation.md +++ b/content/blog/how-i-fixed-my-synapse-matrix-federation.md @@ -16,7 +16,7 @@ Go to your `homeserver.yaml` file ```bash nano /etc/matrix-synapse/homeserver.yaml ``` - + and go all the way to the bottom or search for `trusted_key_servers`. it's probably going to be `matrix.org`. You should change it to the following by removing `matrix.org` and leave blank square brackets: ```