mastodon/app
ThibG 87c1ad4ea3 Fix BackupService crashing when an attachment is missing (#11241)
* Fix BackupService crashing when an attachment is missing

For various reasons such as admin error or out-of-sync media and
database backups, it might be possible for local attachments to be lost.

This commit allows the BackupService to continue its work even if some media
file is missing.

* Change error message
2019-07-08 02:24:25 +02:00
..
chewy
controllers
helpers
javascript
lib
mailers
models
policies
presenters
serializers
services Fix BackupService crashing when an attachment is missing (#11241) 2019-07-08 02:24:25 +02:00
validators
views
workers