diff --git a/Mastodon/Service/PhotoLibraryService.swift b/Mastodon/Service/PhotoLibraryService.swift index 45b47a836..32f7ea462 100644 --- a/Mastodon/Service/PhotoLibraryService.swift +++ b/Mastodon/Service/PhotoLibraryService.swift @@ -52,8 +52,6 @@ extension PhotoLibraryService { return ImagePipeline.shared.imagePublisher(with: url) .handleEvents(receiveSubscription: { _ in impactFeedbackGenerator.impactOccurred() - }, receiveOutput: { response in - self.save(image: response.image) }, receiveCompletion: { completion in switch completion { case .failure(let error):