go icon indicating copy to clipboard operation
go copied to clipboard

A Golang Matrix framework.

Results 27 go issues
Sort by recently updated
recently updated
newest added

WIP (not least because the names of the fields haven't been finalised in MSC3401 yet)

We see lots of this on requests to `POST /_matrix/client/r0/join/{roomIdOrAlias}` from clients with user-agents like `Go-http-client/2.0`: ``` 2022-07-26 00:04:32,466 - synapse.http.servlet - 663 - WARNING - POST-1079194 - Unable to...

This was previously reported in #17, where @tulir [responded](https://github.com/mautrix/go/issues/17#issuecomment-670569926) that > [crypto/olm] already is optional: the crypto module isn't imported from any other module crypto and crypto/olm are not modules...

It would be good to have another example showing how encryption is used. After many hours of trial and error along with looking through the gomuks source code I have...

They don't have a `session_id`, so they can't be stored in the inbound megolm session table

Hi, it looks like applications using mautrix-go quietly continue running even after a homerserver restart but after the restart don't get any new messages anymore. Is there something in my...

I'd like to use `client.Store` to inspect the joined rooms and memebers without sending explicit requests that are prone to race conditions. However, I also need my bot not to...