Call the completion block in Account.update, so the refresher can do its thing properly. Also: update ToDo.

This commit is contained in:
Brent Simmons 2017-10-07 17:53:37 -07:00
parent c6f683c34c
commit bed43dd3d6
2 changed files with 4 additions and 3 deletions

View File

@ -105,7 +105,7 @@ public final class Account: DisplayNameProvider, Hashable {
func update(_ feed: Feed, with parsedFeed: ParsedFeed, _ completion: RSVoidCompletionBlock) {
// TODO
completion()
}
public func markArticles(_ articles: Set<Article>, statusKey: String, flag: Bool) {

View File

@ -6,7 +6,7 @@
</editor> -->
<title>ToDo</title>
<dateCreated>Tue, 12 Sep 2017 20:15:17 GMT</dateCreated>
<expansionState>0,23,26,30,35,43,44,46,61,66</expansionState>
<expansionState>0,24,27,31,36,44,45,47,62,67</expansionState>
<vertScrollState>0</vertScrollState>
<windowTop>3254</windowTop>
<windowLeft>551</windowLeft>
@ -15,7 +15,8 @@
</head>
<body>
<outline text="App">
<outline text="Parse feeds on refresh"/>
<outline text="Update articles in database"/>
<outline text="Save account data to disk on feed changes"/>
<outline text="Update Sparkle"/>
<outline text="Use new app icon"/>
<outline text="Set -NSApplicationCrashOnExceptions YES"/>