diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-06 15:36:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 15:36:50 +0100 |
commit | 78801e7f9e355660d2c80f0923ff7c4c19f0f004 (patch) | |
tree | 47150b2e549dadbea1ebcd2879a7fd1b4dc5db14 /changelog.d | |
parent | Merge pull request #5998 from matrix-org/erikj/fixup_federate_flag (diff) | |
download | synapse-78801e7f9e355660d2c80f0923ff7c4c19f0f004.tar.xz |
Ensure a sid parameter is passed to bind_threepid (#5995)
`sid` is required to be part of `three_pid_creds`. We were 500'ing if it wasn't provided instead of returning `M_MISSING_PARAM`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5995.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5995.bugfix b/changelog.d/5995.bugfix new file mode 100644 index 0000000000..e03ab98bc6 --- /dev/null +++ b/changelog.d/5995.bugfix @@ -0,0 +1 @@ +Return a M_MISSING_PARAM if `sid` is not provided to `/account/3pid`. \ No newline at end of file |