mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-27 12:42:43 +00:00
Add button to load new replies in web UI (#35210)
This commit is contained in:
parent
cec26d58c8
commit
14a781fa24
18 changed files with 411 additions and 26 deletions
|
|
@ -123,7 +123,6 @@ RSpec.describe ActivityPub::FetchAllRepliesWorker do
|
|||
end
|
||||
|
||||
before do
|
||||
stub_const('Status::FetchRepliesConcern::FETCH_REPLIES_ENABLED', true)
|
||||
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