matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

fixed wrong json tag for RespUserInteractive Session param #56

Closed DzananGanic closed 5 years ago

babolivier commented 5 years ago

CI fails because of a linter not supporting Go 1.8 anymore. I made it work on my Go 1.11 setup and saw no issue with this PR, so I'm merging it, thanks @DzananGanic! :)

On a side note, I've opened #59 as a reminder to fix/upgrade the CI.