rescue HTTP::ConnectionError in RemoteFollowController#create (#4726)
This commit is contained in:
@ -42,7 +42,7 @@ class RemoteFollow
|
||||
|
||||
def acct_resource
|
||||
@_acct_resource ||= Goldfinger.finger("acct:#{acct}")
|
||||
rescue Goldfinger::Error
|
||||
rescue Goldfinger::Error, HTTP::ConnectionError
|
||||
nil
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user