Ivan Enderlin
Ivan Enderlin
We are very close to see a merge here. As soon as you address the last comments, we are good.
@MatMaul I've written https://github.com/matrix-org/matrix-rust-sdk/pull/4208 which should remove the handling of `with_encryption` in your patch. Since you've some necessary rebasing anyway, I thought it would be helpful.
cc https://github.com/matrix-org/matrix-rust-sdk/issues/3647
I consider the problem is solved since it didn't happen since a long time. Moreover, with the persistent storage in the event cache, the timeline is not more reset. I'm...
Solved :-).
Also see this comment https://github.com/matrix-org/matrix-rust-sdk/pull/4285#issuecomment-2488655073
This is a known problem. We have formulated this problem since we are working on the event cache lazy-loader. Two solutions exist: - automatic back pagination - render gaps in...
See _Apollo e Dafne_ in https://github.com/matrix-org/matrix-rust-sdk/pull/4632
Automatic back-pagination + showing a gap in the timeline are two solutions that must be implemented anyway.
I prefer to stick with the original vision for the moment. We can still change in the future! Thank you for the explanations.