1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-12 10:56:50 +00:00
synapse/changelog.d/18125.bugfix
qashlan 816054b012
Fix internal server error when updating 3pid address with invalid email (#18125)
When updating 3pid for a user email from admin api and sending invalid
email the server throws 500 internal server error.
changed to 400 Bad request and returned the error message

Signed-off-by: qashlan <ahmedelqashlan@gmail.com>
Signed-off-by: Ahmed Qashlan <ahmedelqashlan@gmail.com>
2025-02-12 14:06:21 +00:00

1 line
No EOL
103 B
Text

Fix a bug when updating a user 3pid with invalid returns 500 server error change to 400 with a message.