|
|
@ -6,6 +6,6 @@ class ActivityPub::ProcessingWorker |
|
|
|
sidekiq_options backtrace: true |
|
|
|
|
|
|
|
def perform(account_id, body) |
|
|
|
ActivityPub::ProcessCollectionService.new.call(body, Account.find(account_id), override_timestamps: true) |
|
|
|
ActivityPub::ProcessCollectionService.new.call(body, Account.find(account_id)) |
|
|
|
end |
|
|
|
end |