diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-05-18 18:24:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 17:24:44 +0000 |
commit | 0fce474a4019b441940b6e12ac8a50ffac09727e (patch) | |
tree | 49d420387fbd5cf6b37db3cd8bcf4cbf5f39ab27 /changelog.d | |
parent | Refactor `resolve_state_groups_for_events` to not pull out full state when no... (diff) | |
download | synapse-0fce474a4019b441940b6e12ac8a50ffac09727e.tar.xz |
Fix YAML parsing error in `url_preview_accept_language` (#12785)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12785.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12785.doc b/changelog.d/12785.doc new file mode 100644 index 0000000000..5209dfeb05 --- /dev/null +++ b/changelog.d/12785.doc @@ -0,0 +1 @@ +Fix invalid YAML syntax in the example documentation for the `url_preview_accept_language` config option. |