v4.2.4 #56

Merged
asonix merged 28 commits from asonix/changes into ceralor/blimps 2024-01-29 19:44:46 +00:00
Showing only changes of commit 499bc716a5 - Show all commits

View file

@ -7,7 +7,7 @@ class LinkCrawlWorker
def perform(status_id)
FetchLinkCardService.new.call(Status.find(status_id))
rescue ActiveRecord::RecordNotFound
rescue ActiveRecord::RecordNotFound, ActiveRecord::RecordNotUnique
true
end
end