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/lib/activitypub
ThibG b0893291ef
Fix Move handler not being triggered when failing to fetch target (#15107)
When failing to fetch the target account, the ProcessingWorker fails
as expected, but since it hasn't cleared the `move_in_progress` flag,
the next attempt at processing skips the `Move` activity altogether.

This commit changes it to clear the flag when encountering any
unexpected error on fetching the target account. This is likely to
occur because, of, e.g., a timeout, when many instances query the
same actor at the same time.
4 years ago
..
activity Fix Move handler not being triggered when failing to fetch target (#15107) 4 years ago
activity.rb Fix a bear check when the activity object is nil (#14981) 4 years ago
adapter.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
case_transform.rb Add serializing/unserializing of "locked" actor attribute (#4585) 8 years ago
dereferencer.rb Add support for dereferencing objects through bearcaps (#14683) 5 years ago
linked_data_signature.rb Bump rubocop from 0.86.0 to 0.88.0 (#14412) 5 years ago
serializer.rb Fix ActivityPub context not being dynamically computed (#11746) 6 years ago
tag_manager.rb Add follower synchronization mechanism (#14510) 4 years ago