summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-07-27 15:45:05 +0200
committerGitHub <noreply@github.com>2023-07-27 15:45:05 +0200
commita719b703d9bd0dade2565ddcad0e2f3a7a9d4c37 (patch)
tree3015ecadb093ac002aa6b4a73b4e6a994e188c42 /changelog.d
parentUpdate PyYAML to 6.0.1 (#16011) (diff)
downloadsynapse-a719b703d9bd0dade2565ddcad0e2f3a7a9d4c37.tar.xz
Fix 404 on /profile when the display name is empty but not the avatar (#16012)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16012.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16012.bugfix b/changelog.d/16012.bugfix
new file mode 100644
index 0000000000..44ca9377ff
--- /dev/null
+++ b/changelog.d/16012.bugfix
@@ -0,0 +1 @@
+Fix 404 not found code returned on profile endpoint when the display name is empty but not the avatar URL.