2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138)

This commit is contained in:
abcang 2017-07-10 20:59:29 +09:00 committed by Eugen Rochko
parent 4aa6cd66fc
commit 617208053c

View File

@ -33,6 +33,9 @@ class FetchRemoteStatusService < BaseService
rescue Nokogiri::XML::XPath::SyntaxError
Rails.logger.debug 'Invalid XML or missing namespace'
nil
rescue Goldfinger::NotFoundError, Goldfinger::Error
Rails.logger.debug 'Exceptions related to Goldfinger occurs'
nil
end
def confirmed_domain?(domain, account)