This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/_matrix/client/r0/profile
returns 404 if only displayname is not set
#16000
Labels
A-Profiles
Displaynames, avatars
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Description
If a user has been created without a displayname, requests are sent to
/_matrix/client/r0/profile
return a 404 response.Steps to reproduce
Expected: got a response with empty displayname
What happens: 404
Homeserver
matrix.jamesdemo.ems-support-self-serve.element.io
Synapse Version
1.84.0
Installation Method
I don't know
Database
I don't know
Workers
I don't know
Platform
EMS
Configuration
No response
Relevant log output
Anything else that would be useful to know?
Link to source
synapse/synapse/handlers/profile.py
Line 71 in 99b7b80
The text was updated successfully, but these errors were encountered: