Hubert Chathi

Results 152 comments of Hubert Chathi

Maybe change the text to say "X has allowed invited guests to join" if the room is invite-only?

Sorry, forgot to create this PR as a draft

This PR conflicts with https://github.com/matrix-org/matrix-react-sdk/pull/12389 AFAICT, most of it should merge cleanly. Conflicts that I can see off-hand are: - 12389 removes an argument from the `eventDecrypted` method, while this...

@BillCarsonFr what does the `userTrustsOwnIdentity` flag in the PostHog schema represent? I'm trying to figure out how to map it to the functions that the crypto API gives us. Is...

Oh, it still needs an Element Web reviewer. I've requested review from Robin and Rich because those were the people GitHub had randomly chosen initially.

I think that I've addressed all the requested changes.

Looking at the [existing (commented out) code](https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/DecryptionFailureTracker.ts#L135-L141) to do this, it tries to store all the tracked event IDs as an array in localStorage. I tested Firefox and Chrome for...

Yeah, one thing we could do is to impose our own limit on how many keys are stored. It would be bad if we used up all of localStorage for...

Device dehydration might partially solve this issue (though we also need to consider what happens when the dehydrated device gets rotated). Could also solve this by having the sender do...