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 a24605961a Fixes/do not override timestamps (#7336)
* Revert "Fixes/do not override timestamps (#7331)"

This reverts commit 581a5c9d29.

* Document Snowflake ID corner-case a bit more

Snowflake IDs are used for two purposes: making object identifiers harder to
guess and ensuring they are in chronological order. For this reason, they
are based on the `created_at` attribute of the object.

Unfortunately, inserting items with older snowflakes IDs will break the
assumption of consumers of the paging APIs that new items will always have
a greater identifier than the last seen one.

* Add `override_timestamps` virtual attribute to not correlate snowflake ID with created_at
7 years ago
..
delivery_worker.rb Add a circuit breaker for ActivityPub deliveries (#7053) 7 years ago
distribution_worker.rb Add handling of Linked Data Signatures in payloads (#4687) 7 years ago
post_upgrade_worker.rb
processing_worker.rb Fixes/do not override timestamps (#7336) 7 years ago
raw_distribution_worker.rb Fix too many forwards (#5854) 7 years ago
reply_distribution_worker.rb Fix an error in ReplyDistributionWorker when replied status was deleted (#4974) 7 years ago
synchronize_featured_collection_worker.rb Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 7 years ago
update_distribution_worker.rb