mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-14 16:35:50 -05:00
Remove processing of collections of activities (#39932)
This commit is contained in:
@@ -13,7 +13,7 @@ class ActivityPub::ProcessingWorker
|
||||
|
||||
return if actor.nil?
|
||||
|
||||
ActivityPub::ProcessCollectionService.new.call(body, actor, override_timestamps: true, delivered_to_account_id: delivered_to_account_id, delivery: true)
|
||||
ActivityPub::ProcessActivityService.new.call(body, actor, override_timestamps: true, delivered_to_account_id: delivered_to_account_id, delivery: true)
|
||||
rescue ActiveRecord::RecordInvalid => e
|
||||
Rails.logger.debug { "Error processing incoming ActivityPub object: #{e}" }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user