Merge commit '72bd1ed4b3df9188a1ad3e664c86fe2e928bd134' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-08-18 13:44:06 +02:00
53 changed files with 1058 additions and 90 deletions

View File

@@ -62,7 +62,7 @@ RSpec.describe 'Interaction policies', feature: :outgoing_quotes do
expect(DistributionWorker)
.to have_enqueued_sidekiq_job(status.id, { 'update' => true })
expect(ActivityPub::StatusUpdateDistributionWorker)
.to have_enqueued_sidekiq_job(status.id)
.to have_enqueued_sidekiq_job(status.id, { 'updated_at' => anything })
end
end