Ivan Enderlin

Results 885 comments of Ivan Enderlin

I think it's worth considering the `upsert_thread_subscription` (singular, not plural) method now, what do you think?

I can't assign it to you, but feel free to comment you're working on it!

I've found https://github.com/matrix-org/matrix-rust-sdk/issues/5572, maybe it's the slowness cause we were looking for.

I suspect that this invite room has no `LatestEventValue`. I'm trying to adjust https://github.com/matrix-org/matrix-rust-sdk/blob/681b22142fd265e47caa9190a3f3c53997d47a10/crates/matrix-sdk/src/latest_events/latest_event.rs#L900 to see if it handles invites.

See my comment https://github.com/matrix-org/matrix-rust-sdk/pull/5736#issuecomment-3364764120 to know why https://github.com/matrix-org/matrix-rust-sdk/pull/5736 doesn't fully fix the issue. The `EventCache` isn't handling invite room yet, so the `LatestEventValue` cannot be computed, and the invite room...