From dccb215c76000ef620d7c90ea6c3e9ddcb9d19c6 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 7 Oct 2017 20:28:39 -0700 Subject: [PATCH] Set account to dirty after importing feeds. --- Importers/DefaultFeedsImporter.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Importers/DefaultFeedsImporter.swift b/Importers/DefaultFeedsImporter.swift index 54d5539e3..da0d6ea64 100644 --- a/Importers/DefaultFeedsImporter.swift +++ b/Importers/DefaultFeedsImporter.swift @@ -49,6 +49,7 @@ struct FeedsImporter { } } } + account.dirty = true } private static func feeds(with feedDictionaries: [DiskFeedDictionary], accountID: String) -> Set {