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
Claire abb11778d7
Fix inconsistency in error handling when removing a status (#17974)
Not completely sure this could actually have any ill effect, but if
`RemoveStatusService` fails to acquire a lock in an
`ActivityPub::ProcessingWorker` job processing a `Delete`, the status
is currently discarded and causes a job failure but the next time the
job is attempted, it will skip deleting the status due to it being
discarded.

This commit makes the behavior of `RemoveStatusService` a bit more consistent
in case of failure to acquire the lock.
3 years ago
..
chewy Fix error MethodError in Chewy::Strategy::Sidekiq::Worker (#17912) 3 years ago
controllers Fix admin API unconditionally requiring CSRF token (#17975) 3 years ago
helpers Fix unusual number formatting in some locales (#17929) 3 years ago
javascript Replace deprecated String.prototype.substr() (#17949) 3 years ago
lib Fix error MethodError in Chewy::Strategy::Sidekiq::Worker (#17912) 3 years ago
mailers Refactor formatter (#17828) 3 years ago
models Fix error MethodError in Chewy::Strategy::Sidekiq::Worker (#17912) 3 years ago
policies Spelling (#17705) 3 years ago
presenters Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 3 years ago
serializers fix: returns nil instead of empty URL on status.application.website (#17962) 3 years ago
services Fix inconsistency in error handling when removing a status (#17974) 3 years ago
validators Fix being able to post URLs longer than 4096 characters (#17908) 3 years ago
views Refactor account and status formatting (#17877) 3 years ago
workers Fix clean_discarded_statuses (#17822) 3 years ago