This aims to catch up with the latest developments of configuring Synapse and point to the exhaustive configuration manual.
One breaking change is that TRUSTED_KEYSERVERS is set to [] when FEDERATION_ALLOWLIST is set because it says Synapse will then request directly from the server. This means we don't need to worry about matching the FEDERATION_ALLOWLIST in the config. /cc @knoflook
Some new options were added with defaults, let me know if you want config options for them. See 919aaf0116.
This aims to catch up with the latest developments of configuring Synapse and point to the exhaustive [configuration manual](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html).
One breaking change is that `TRUSTED_KEYSERVERS` is set to `[]` when `FEDERATION_ALLOWLIST` is set because it says Synapse will then request directly from the server. This means we don't need to worry about matching the `FEDERATION_ALLOWLIST` in the config. /cc @knoflook
Some new options were added with defaults, let me know if you want config options for them. See https://git.coopcloud.tech/coop-cloud/matrix-synapse/commit/919aaf011609d4be7240e20878a1880466532778.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This aims to catch up with the latest developments of configuring Synapse and point to the exhaustive configuration manual.
One breaking change is that
TRUSTED_KEYSERVERSis set to[]whenFEDERATION_ALLOWLISTis set because it says Synapse will then request directly from the server. This means we don't need to worry about matching theFEDERATION_ALLOWLISTin the config. /cc @knoflookSome new options were added with defaults, let me know if you want config options for them. See
919aaf0116.homeserver-config-updatesto Homeserver config updates