Tusker/Tusker/Screens/Timeline
Shadowfacts bde21fbc6c Fix crash due to prematurely pruned statuses being fetched
If the app hasn't launched in long enough, we may be displaying old statuses as a result of state restoration. If the user leaves the app, those statuses can't get pruned, because the user may return. We need to make sure the lastFetchedAt date is current, since awakeFromFetch won't be called until the object is faulted in (which wasn't happening immediately during state restoration).
2023-10-24 15:50:58 -04:00
..
HashtagTimelineViewController.swift FIx hashtag timelines opened in new window not having save/follow actions 2023-05-10 11:54:36 -04:00
InstanceTimelineViewController.swift Add jump to present button to timelines 2023-02-07 23:52:23 -05:00
PublicTimelineDescriptionCollectionViewCell.swift Re-add public timeline descriptions 2022-10-01 15:32:06 -04:00
TimelineGapCollectionViewCell.swift Fix crash if TimelineGapCollectionViewCell is somehow accessibility-activated 2023-05-15 22:03:51 -04:00
TimelineJumpButton.swift Fix timeline jump button having background when button shapes accessibility setting is on 2023-10-24 15:50:58 -04:00
TimelineViewController.swift Fix crash due to prematurely pruned statuses being fetched 2023-10-24 15:50:58 -04:00
TimelinesPageViewController.swift Unify state restoration with user activity handling code 2023-02-25 14:08:54 -05:00