Open kevinaboos opened 1 month ago
Now that a user's login session is properly persisted to/from storage on all platforms, the next step is to:
SyncTimelineEvent
EventCache::add_initial_events()
This is blocked on the Matrix Rust SDK, which currently doesn't fully implement EventCache features that allow the client to customize how events are extracted from and imported into the cache.
Now that a user's login session is properly persisted to/from storage on all platforms, the next step is to:
SyncTimelineEvent
s) upon app exit, or perhaps upon another lifecycle stage.EventCache::add_initial_events()