Adds `mastodon:media:remove_silenced` rake task (#329)

This commit is contained in:
Ash Furrow 2017-07-02 14:14:40 -04:00 committed by wxcafé
parent 5b2f503716
commit e976e8c0c7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
These tasks are available to instance operators:
- `rake mastodon:media:clear` removes uploads that have not been attached to any status after a while, you would want to run this from a periodic cronjob
- `rake mastodon:media:remove_silenced` remove media attachments attributed to silenced accounts.
- `rake mastodon:push:clear` unsubscribes from PuSH notifications for remote users that have no local followers. You may not want to actually do that, to keep a fuller footprint of the fediverse or in case your users will soon re-follow
- `rake mastodon:push:refresh` re-subscribes PuSH for expiring remote users, this should be run periodically from a cronjob and quite often as the expiration time depends on the particular hub of the remote user
- `rake mastodon:feeds:clear_all` removes all timelines, which forces them to be re-built on the fly next time a user tries to fetch their home/mentions timeline. Only for troubleshooting