Fix "new replies available" reporting a false positive for re-fetched root status (#35602)
This commit is contained in:
@@ -86,9 +86,7 @@ class ActivityPub::FetchAllRepliesWorker
|
|||||||
|
|
||||||
return if root_status_body.nil?
|
return if root_status_body.nil?
|
||||||
|
|
||||||
@batch.within do
|
FetchReplyWorker.perform_async(root_status_uri, { **options.deep_stringify_keys.except('batch_id'), 'prefetched_body' => root_status_body })
|
||||||
FetchReplyWorker.perform_async(root_status_uri, { **options.deep_stringify_keys, 'prefetched_body' => root_status_body })
|
|
||||||
end
|
|
||||||
|
|
||||||
get_replies(root_status_body, MAX_PAGES, options)
|
get_replies(root_status_body, MAX_PAGES, options)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user