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
ThibG 9d3c6f1849 Improved remote thread fetching (#10106)
* Fetch up to 5 replies when discovering a new remote status

This is used for resolving threads downwards. The originating
server must add a “replies” attributes with such replies for it to
be useful.

* Add some tests for ActivityPub::FetchRepliesWorker

* Add specs for ActivityPub::FetchRepliesService

* Serialize up to 5 public self-replies for ActivityPub notes

* Add specs for ActivityPub::NoteSerializer

* Move exponential backoff logic to a worker concern

* Fetch first page of paginated collections when fetching thread replies

* Add specs for paginated collections in replies

* Move Note replies serialization to a first CollectionPage

The collection isn't actually paginable yet as it has no id nor
a `next` field. This may come in another PR.

* Use pluck(:uri) instead of map(&:uri) to improve performances

* Fix fetching replies when they are in a CollectionPage
7 years ago
..
delivery_worker.rb Skip deliveries to inboxes that have already been marked as unavailable (#9358) 7 years ago
distribution_worker.rb Avoid duplicate work by merging ReplyDistributionWorker into DistributionWorker (#9660) 7 years ago
fetch_replies_worker.rb Improved remote thread fetching (#10106) 7 years ago
low_priority_delivery_worker.rb Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016) 7 years ago
post_upgrade_worker.rb
processing_worker.rb Filter incoming Create activities by relation to local activity (#10005) 7 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 Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 8 years ago
update_distribution_worker.rb Add CLI task for rotating keys (#8466) 7 years ago