Fix ActivityPub::UpdateDistributionWorker regression (#8039)

Regression from #7998 let to profile updates not sending
th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent 38f413e583
commit 77d8396217

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

Loading…
Cancel
Save