Tulir Asokan

Results 330 comments of Tulir Asokan

I don't think there's any point in adding upgrade notes for a bug that was already fixed and released 🤔 @devonh the issue can probably be closed now?

The default is 180 seconds though 🤔 https://github.com/mautrix/go/blob/main/client.go#L2525 Creating new http clients like that is bad since the connection pool is stored in the transport

`create-portal` might work, not tested yet though

`m.notice` doesn't necessarily disable notifications, it's just a marker for automated messages. Bridging `@silent` properly probably needs a new MSC to define a new field to signal silent messages and...

You shouldn't reuse deleted device structs at all, just make a new one after logout

I guess reuse could be allowed, but then basically everything has to be cleared, not just the flag

There won't be any major mautrix-go updates before the bridge is rewritten, but a backport of MSC4190 support could be accepted. I think discord uses the v0.16.x branch https://github.com/mautrix/go/commits/v0.16.x/

There's only one way of constructing URLs, not two. However, the media path is configurable too (`heisenbridge` -> `media_path`). I guess the config can technically be used to bypass the...

There are no plans for presence bridging currently

MSCs proposed for Final Comment Period (FCP) should meet the requirements outlined in the [checklist](https://github.com/matrix-org/matrix-spec-proposals/blob/main/MSC_CHECKLIST.md) prior to being accepted into the spec. This checklist is a bit long, but aims...