Skip to content

Commit

Permalink
[1.122.*] Pre-release merge (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Apr 14, 2024
2 parents fc7f635 + a96622a commit 80188c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iosApp/iosApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class AppDelegate: NSObject, UIApplicationDelegate {

let feedsDeletedFrom = try await applicationComponent.rssRepository.deleteReadPosts(before: before)
if !feedsDeletedFrom.isEmpty {
try await applicationComponent.rssRepository.updateFeedsLastCleanUpAt(feeds: feedsDeletedFrom)
try await applicationComponent.rssRepository.updateFeedsLastCleanUpAt(feedIds: feedsDeletedFrom)
}
task.setTaskCompleted(success: true)
} catch {
Expand Down

0 comments on commit 80188c4

Please sign in to comment.