Refactor reply-fetching code and disable it by default (#34147)
This commit is contained in:
parent
46e13dd81c
commit
9db26db495
7 changed files with 15 additions and 35 deletions
|
@ -123,6 +123,7 @@ RSpec.describe ActivityPub::FetchAllRepliesWorker do
|
|||
end
|
||||
|
||||
before do
|
||||
stub_const('Status::FetchRepliesConcern::FETCH_REPLIES_ENABLED', true)
|
||||
allow(FetchReplyWorker).to receive(:push_bulk)
|
||||
all_items.each do |item|
|
||||
next if [top_note_uri, reply_note_uri].include? item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue