Fix NoMethodError
in ActivityPub::FetchFeaturedCollectionService
(#34811)
This commit is contained in:
parent
b3615a803e
commit
198b59ca3e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class ActivityPub::FetchFeaturedCollectionService < BaseService
|
|||
@account = account
|
||||
@options = options
|
||||
@json = fetch_collection(options[:collection].presence || @account.featured_collection_url)
|
||||
return if @json.blank?
|
||||
|
||||
process_items(collection_items(@json))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue