rescue HTTP::ConnectionError in RemoteFollowController#create (#4726)
This commit is contained in:
parent
8f527bd588
commit
ce9a5f358e
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue