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.
2022-04-06 20:57:52 +02:00
..
chewy
controllers Fix admin API unconditionally requiring CSRF token (#17975) 2022-04-06 20:57:18 +02:00
helpers
javascript
lib
mailers
models
policies
presenters
serializers fix: returns nil instead of empty URL on status.application.website (#17962) 2022-04-05 12:00:31 +02:00
services Fix inconsistency in error handling when removing a status (#17974) 2022-04-06 20:57:52 +02:00
validators
views
workers