Browse Source

Fix ActivityPub::UpdateDistributionWorker regression (#8039)

Regression from #7998 let to profile updates not sending
pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
7e2678f7f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/workers/activitypub/update_distribution_worker.rb

+ 1
- 1
app/workers/activitypub/update_distribution_worker.rb View File

@ -34,6 +34,6 @@ class ActivityPub::UpdateDistributionWorker
@account,
serializer: ActivityPub::UpdateSerializer,
adapter: ActivityPub::Adapter
).to_json
).as_json
end
end

Loading…
Cancel
Save