Now that a user's login session is properly persisted to/from storage on all platforms, the next step is to:
- Serialize the actual set of all timeline events (as a list of
SyncTimelineEvents) upon app exit, or perhaps upon another lifecycle stage.
- Deserialize them and repopulate the event cache before synchronizing any timelines, using the
EventCache::add_initial_events()
- We just removed an erroneous invocation of this function in fde5d29
Now that a user's login session is properly persisted to/from storage on all platforms, the next step is to:
SyncTimelineEvents) upon app exit, or perhaps upon another lifecycle stage.EventCache::add_initial_events()