mirror of
https://github.com/metabolist/metatext.git
synced 2025-02-16 14:05:14 +00:00
Remove vestige
This commit is contained in:
parent
764971f03b
commit
291a320ab8
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ final public class StatusListViewModel: ObservableObject {
|
|||
public private(set) var maintainScrollPositionOfItem: CollectionItemIdentifier?
|
||||
|
||||
private var timelineItems = [CollectionItemIdentifier: Timeline.Item]()
|
||||
private var flatStatusIDs = [String]()
|
||||
private let statusListService: StatusListService
|
||||
private var viewModelCache = [Timeline.Item: (Any, AnyCancellable)]()
|
||||
private let navigationEventsSubject = PassthroughSubject<NavigationEvent, Never>()
|
||||
|
|
Loading…
Reference in a new issue