matrix-org / gomatrix

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

Bug fixes #35

Open donomii opened 7 years ago

donomii commented 7 years ago

Two fixes

  1. Fix InviteUser, it was sending an empty request instead of the provided data
  2. "origin_server_ts" needs to be int64 or it won't compile on 32 bit machines
donomii commented 7 years ago

Added a SendFile function, which is useful for sending files