summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPeter Scheu <32014443+peterscheu-aceart@users.noreply.github.com>2022-09-21 15:08:16 +0200
committerGitHub <noreply@github.com>2022-09-21 13:08:16 +0000
commit16e1a9d9a7884967da390ef967b942a5e35e8f6c (patch)
treef319efa71b467513c5f8334e93f29a7e0806176e /changelog.d
parentImprove the `synapse.api.auth.Auth` mock used in unit tests. (#13809) (diff)
downloadsynapse-16e1a9d9a7884967da390ef967b942a5e35e8f6c.tar.xz
Correct documentation for map_user_attributes of OpenID Mapping Providers (#13836)
Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13836.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13836.doc b/changelog.d/13836.doc
new file mode 100644
index 0000000000..f2edab00f4
--- /dev/null
+++ b/changelog.d/13836.doc
@@ -0,0 +1 @@
+Fix a mistake in sso_mapping_providers.md: `map_user_attributes` is expected to return `display_name` not `displayname`.