Set account to dirty after importing feeds.

This commit is contained in:
Brent Simmons 2017-10-07 20:28:39 -07:00
parent 7f6f6f9061
commit dccb215c76
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ struct FeedsImporter {
} }
} }
} }
account.dirty = true
} }
private static func feeds(with feedDictionaries: [DiskFeedDictionary], accountID: String) -> Set<Feed> { private static func feeds(with feedDictionaries: [DiskFeedDictionary], accountID: String) -> Set<Feed> {