From d97b67a913dea97213761440bbb9324e9a654076 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Mon, 26 Feb 2018 11:43:56 -0500 Subject: [PATCH] Update List-of-Rake-tasks.md (#551) add the `redownload_avatars` task --- Running-Mastodon/List-of-Rake-tasks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Running-Mastodon/List-of-Rake-tasks.md b/Running-Mastodon/List-of-Rake-tasks.md index 657f49f5..0c1f65d7 100644 --- a/Running-Mastodon/List-of-Rake-tasks.md +++ b/Running-Mastodon/List-of-Rake-tasks.md @@ -33,6 +33,7 @@ Furthermore, in the command, `rake` is interchangeable with `rails` |----|-----------|-----| |mastodon:media:remove_silenced|Purge all media uploads by silenced accounts. Completely removes records, as if their statuses never had attachments| |mastodon:media:remove_remote|Remove local cache of remote media attachments older than some time period (defaults to 7 days). Removes only cache, record of an attachment existing remains|NUM_DAYS=7| +|mastadon:media:redownload_avatars|Redownload avatars/headers of remote users. Optionally limit to a particular domain with DOMAIN|DOMAIN=domain (optional)| #### E-mails