gomatrix icon indicating copy to clipboard operation
gomatrix copied to clipboard

A Golang Matrix client

Results 22 gomatrix issues
Sort by recently updated
recently updated
newest added

Should endpoints be switched from r0 to v3?

Example Request send empty JSON in Request Body,but Mark Read method send nothing in Request Body. See https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-rooms-roomid-receipt-receipttype-eventid

- [x] Add tests for `store.go` (100% cov)

- [x] Add tests for `room.go` (100% cov)

- [x] add testes for `responses.go` (100% cov)

Follows #86 and #87 - [x] add tests for identifier.go (100% cov)

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

Can you create a release for this project and follow [semantic versioning](https://semver.org/) please? It is ok to start with `v0` version to allow backward incompatible changes. So `v0.1.0` could be...

As noted in #15 olm/megolm encryption should be added to gomatrix I have started bindings at https://github.com/NotAFile/libolm-go This currently only supports `olm`, but adding `megolm` support should not be hard....

I just discovered `HTMLMessage`, and it's not clear why it exists in this form to me. I discovered it by looking at #58, and noticed that my PR #82 seems...