]> cat aescling's git repositories - mastodon.git/commit
Fix to be able to redownload avatar and header (#16190)
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Tue, 11 May 2021 12:19:22 +0000 (21:19 +0900)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 12:19:22 +0000 (14:19 +0200)
commitc403c3695b1943882bf88afa9caf55bd8c6acc2f
tree04a8fbd636212c5cfa849c5a71e1733f298d954b
parentb5ad787ebf33b475379d38211c646845f1dcd934
Fix to be able to redownload avatar and header (#16190)

* Fix to reset if header and avatar download fails

* Add RedownloadAvatarWorker and RedownloadHeaderWorker
app/models/concerns/account_avatar.rb
app/models/concerns/account_header.rb
app/models/concerns/remotable.rb
app/services/activitypub/process_account_service.rb
app/workers/redownload_avatar_worker.rb [new file with mode: 0644]
app/workers/redownload_header_worker.rb [new file with mode: 0644]