We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb6a53 commit 511231cCopy full SHA for 511231c
1 file changed
app/services/search_service.rb
@@ -34,6 +34,8 @@ def perform_statuses_search!
34
.compact
35
36
statuses.reject { |status| StatusFilter.new(status, account).filtered? }
37
+ rescue Faraday::ConnectionFailed
38
+ []
39
end
40
41
def perform_hashtags_search!
0 commit comments