mastodon/app/lib/activitypub/activity
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.
2020-11-09 01:41:52 +01:00
..
accept.rb
add.rb
announce.rb
block.rb
create.rb Add account sensitized (#14361) 2020-11-04 20:45:01 +01:00
delete.rb
flag.rb
follow.rb Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
like.rb Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
move.rb Fix Move handler not being triggered when failing to fetch target (#15107) 2020-11-09 01:41:52 +01:00
reject.rb
remove.rb
undo.rb
update.rb