chinwagsocial/app
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
..
chewy Change tootctl search deploy algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
helpers Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052) 2020-11-04 21:15:45 +01:00
javascript New Crowdin updates (#14388) 2020-11-09 00:56:52 +01:00
lib Fix Move handler not being triggered when failing to fetch target (#15107) 2020-11-09 01:41:52 +01:00
mailers Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
models Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
policies Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
presenters Add user notes on accounts (#14148) 2020-06-30 19:19:50 +02:00
serializers Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
services Fix crash in SuspendAccountWorker (#15106) 2020-11-08 18:29:48 +01:00
validators Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
views Add subresource integrity for JS and CSS assets (#15096) 2020-11-06 11:56:31 +01:00
workers Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00