カテゴリー
Mastodon

Mastodonでアバターアイコンが表示されないときにはtootctl accounts refresh –allコマンドがあるよ。

今時のMastodonだとrakeジョブ経由ではなくて、tootctlコマンドを使うようになっている。

旧) rake mastodon:media:redownload_avatars
新) tootctl accounts refresh --all
実行中の様子

なお、デフォルトでは同時実行数 5 で実行されるが、ネットワーク負荷やI/O性能に応じて、concurrencyオプション(-c)を使って手動で実行数を指定すると良い。

同時実行数を2にする場合

参考 Re-add tootctl equiv of redownload_avatars · Issue #9657 · tootsuite/mastodon · GitHub https://github.com/tootsuite/mastodon/issues/9657