Skip to content
Snippets Groups Projects
Commit 6a090db4 authored by kodai's avatar kodai Committed by Eugen Rochko
Browse files

Fix links not being verified (#9673)

Fix #9365
parent 9ba87d1f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ class VerifyLinkService < BaseService
return unless link_back_present?
field.mark_verified!
field.account.save!
rescue HTTP::Error, Addressable::URI::InvalidURIError, Mastodon::HostValidationError, Mastodon::LengthValidationError => e
Rails.logger.debug "Error fetching link #{@url}: #{e}"
nil
......
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