matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

I want to open a permalink

Open manuroe opened this issue 3 years ago • 0 comments

We need to be able to back and forward paginate from a timeline created from an event id.

If the event is already in the local cache, we can navigate from it and continue to fill the cache.

If not, the timeline data can be only in memory like on iOS and on android sdks. Note that we tried to cache that data on android with some mechanism to merge continuous timeline but we disabled it for DB performance reasons.

manuroe avatar May 04 '22 12:05 manuroe