matrix-org / gomatrix

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

Fix rpc call for Inviteuser #34

Closed donomii closed 7 years ago

donomii commented 7 years ago

This call was sending an empty request instead of the correct data. Patched to send the the proper data.

donomii commented 7 years ago

Whoops, included too many patches