Tulir Asokan

Results 330 comments of Tulir Asokan

Spec PR: https://github.com/matrix-org/matrix-spec/pull/1895

https://github.com/matrix-org/matrix-spec-proposals/pull/4095 is an alternative for this, with the extra functionality of being able to bundle preview data (the bundling isn't mandatory though)

You can't expect such things on the internet. Redactions are always requests that other servers and clients may or may not honor. Anyone in the room could be running a...

It will never be possible to do e2ee over bridges, except maybe when bridging the same protocol (and even then it usually has complications). The data format (the plaintext one...

The bridge will be updated at some point

@gabrc52 https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html

Having a special value in `login_shared_secret_map` or `double_puppet_server_map` to disallow double puppeting per server might work. Technically you could already set a fake address in the url map, which would...

https://github.com/maubot/echortc has a very rough proof of concept for answering calls. Some utilities for handling calls could be added as a module in maubot itself too

Oh yeah it's a bit old. https://github.com/mautrix/python/blob/master/mautrix/types/event/voip.py should be updated, probably with a custom deserializer so it converts ints into strings too (so that when using the library, it'll always...

Those two full sync options are for different things. RequireFullSync is for requesting 1 year of history instead of the default 3 months, app state full sync happens on every...