You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/workers/activitypub
Thibaut Girka c0dc247bce Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/models/account.rb
- app/views/settings/profiles/show.html.haml
- spec/controllers/api/v1/accounts/credentials_controller_spec.rb

Conflicts were due to an increase in account bio length upstream, which
is already covered in glitch-soc through `MAX_BIO_CHARS`.
6 years ago
..
delivery_worker.rb Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812) 6 years ago
distribute_poll_update_worker.rb Merge branch 'master' into glitch-soc/merge-upstream 6 years ago
distribution_worker.rb Avoid duplicate work by merging ReplyDistributionWorker into DistributionWorker (#9660) 7 years ago
fetch_replies_worker.rb Do not error out on unsalvageable errors in FetchRepliesService (#10175) 6 years ago
low_priority_delivery_worker.rb Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016) 6 years ago
post_upgrade_worker.rb
processing_worker.rb Do not retry processing ActivityPub jobs raising validation errors (#10614) 6 years ago
raw_distribution_worker.rb
reply_distribution_worker.rb Restore ReplyDistributionWorker to allow existing jobs to be processed (#9676) 7 years ago
synchronize_featured_collection_worker.rb
update_distribution_worker.rb