Skip to content
Snippets Groups Projects
Commit 540d6efe authored by blackle's avatar blackle
Browse files

Catch more errors in process_follows so it doesn't fail

parent dea6e47d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class ImportWorker
begin
FollowService.new.call(from_account, row[0])
rescue Goldfinger::Error, HTTP::Error, OpenSSL::SSL::SSLError
rescue Mastodon::NotPermittedError, ActiveRecord::RecordNotFound, Goldfinger::Error, HTTP::Error, OpenSSL::SSL::SSLError
next
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment