summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-04 09:06:20 -0500
committerGitHub <noreply@github.com>2021-02-04 09:06:20 -0500
commit2ab6e67ab73ff4ed0264116853a3eaf66a66d3ba (patch)
treec711db0c63ec9e2289039df5a0d492d33e16177d /changelog.d
parentAdd experimental support for PyPy. (#9123) (diff)
downloadsynapse-2ab6e67ab73ff4ed0264116853a3eaf66a66d3ba.tar.xz
Fix escaping of braces in OIDC sample config. (#9317)
This fixes the Jinja2 templates for the mapping provider.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9317.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9317.doc b/changelog.d/9317.doc
new file mode 100644
index 0000000000..f4d508e090
--- /dev/null
+++ b/changelog.d/9317.doc
@@ -0,0 +1 @@
+Fix the braces in the `oidc_providers` section of the sample config.