summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-19 07:48:46 -0500
committerGitHub <noreply@github.com>2021-02-19 07:48:46 -0500
commitb114a45f5ff515dd4887e33e808bb02cb109dfff (patch)
treef3ceb13ef2ae40d2291d58a58c3fb9286275bab4 /changelog.d
parentBe smarter about which hosts to send presence to when processing room joins (... (diff)
downloadsynapse-b114a45f5ff515dd4887e33e808bb02cb109dfff.tar.xz
Support not providing an IdP icon when choosing a username. (#9440)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9440.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9440.bugfix b/changelog.d/9440.bugfix
new file mode 100644
index 0000000000..47b9842b37
--- /dev/null
+++ b/changelog.d/9440.bugfix
@@ -0,0 +1 @@
+Fix bug introduced in v1.27.0 where allowing a user to choose their own username when logging in via single sign-on did not work unless an `idp_icon` was defined.