Tulir Asokan

Results 330 comments of Tulir Asokan

@anoadragon453 informed me that Synapse coincidentally just merged an admin API with basically the exact same goal as this MSC: https://github.com/element-hq/synapse/pull/17506 edit: by "exact same goal" I mean the functionality...

Probably lack of https://github.com/matrix-org/matrix-spec-proposals/pull/4319

The proper solution is updating libsignal-protocol-go as well as the sql store to use contexts, after which the code can use a native db transaction. Not planned in the near...

Delete for me is an app state event, so it can be sent using https://pkg.go.dev/go.mau.fi/whatsmeow#Client.SendAppState Feel free to make PR for adding a `BuildDeleteForMe` helper in https://github.com/tulir/whatsmeow/blob/main/appstate/encode.go

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...

Probably no reason to delay this, it's very straightforward @mscbot fcp merge

@turt2live OAuth has happened, so do you want to just close this now?

It'll just call the functions directly rather than using any networking

No, only pkg/rpc would be replaced, not the client. Perhaps even only the Request method and not the rest of the struct

Thoughts on a special device to hold the information: * a special device which allows keys to be sent/impersonated by a specific other user id (the bridge bot) * It...