summary refs log tree commit diff
path: root/changelog.d/5995.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelogRichard van der Hoff2019-09-261-1/+0
|
* Ensure a sid parameter is passed to bind_threepid (#5995)Andrew Morgan2019-09-061-0/+1
`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`.