diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-07-27 15:45:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 15:45:05 +0200 |
commit | a719b703d9bd0dade2565ddcad0e2f3a7a9d4c37 (patch) | |
tree | 3015ecadb093ac002aa6b4a73b4e6a994e188c42 /changelog.d | |
parent | Update PyYAML to 6.0.1 (#16011) (diff) | |
download | synapse-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.bugfix | 1 |
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. |