mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Update chewy to version 8.0.1 (#37983)
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
module Elasticsearch
|
||||
module ClientExtensions
|
||||
def verify_elasticsearch
|
||||
def initialize(arguments = {}, &block)
|
||||
super
|
||||
|
||||
@verified = true
|
||||
end
|
||||
end
|
||||
|
||||
@@ -115,7 +115,7 @@ module Mastodon::CLI
|
||||
progress.finish
|
||||
|
||||
say("Indexed #{added} records, de-indexed #{removed}", :green, true)
|
||||
rescue Elasticsearch::Transport::Transport::ServerError => e
|
||||
rescue Elastic::Transport::Transport::ServerError => e
|
||||
fail_with_message <<~ERROR
|
||||
There was an issue connecting to the search server. Make sure the
|
||||
server is configured and running correctly, and that the environment
|
||||
|
||||
Reference in New Issue
Block a user