diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift index 543d23727..fe9b98f5f 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift @@ -233,7 +233,7 @@ import Views func removeLink(dataService: DataService, objectID: NSManagedObjectID) { Snackbar.show(message: "Link removed") - dataService.removeLink(objectID: objectID) + dataService.removeLink(objectID: objectID, useViewContext: true) } func snoozeUntil(dataService: DataService, linkId: String, until: Date, successMessage: String?) async {