]> cat aescling's git repositories - mastodon.git/commit
Fix attachment not being re-downloaded even if file is not stored (#12125)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 9 Oct 2019 05:10:46 +0000 (07:10 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 05:10:46 +0000 (07:10 +0200)
commit354fdd317e9c495ed721013911bc5274d5e0e1f8
treeae63530dfd6836be8ad212502958aa4bb6720b76
parent538db85d3cc6d8fcb3c0a89f7eef069a686c19f4
Fix attachment not being re-downloaded even if file is not stored (#12125)

Change the behaviour of remotable concern. Previously, it would skip
downloading an attachment if the stored remote URL is identical to
the new one. Now it would not be skipped if the attachment is not
actually currently stored by Paperclip.
app/controllers/api/v1/streaming_controller.rb
app/models/account.rb
app/models/concerns/remotable.rb
config/initializers/paperclip.rb
spec/models/account_spec.rb
spec/models/concerns/remotable_spec.rb