diff options
author | qashlan <ahmedelqashlan@gmail.com> | 2025-02-12 16:06:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 14:06:21 +0000 |
commit | 816054b0122fa88cde71ca03aee7f97f382af89b (patch) | |
tree | fac9fb40a1a4bedc788a03f72a9d1c068edd5283 | |
parent | Bump ulid from 1.1.4 to 1.2.0 (#18148) (diff) | |
download | synapse-816054b0122fa88cde71ca03aee7f97f382af89b.tar.xz |
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>
-rw-r--r-- | changelog.d/18125.bugfix | 1 | ||||
-rw-r--r-- | synapse/handlers/auth.py | 10 |
2 files changed, 9 insertions, 2 deletions
diff --git a/changelog.d/18125.bugfix b/changelog.d/18125.bugfix new file mode 100644 |