]> cat aescling's git repositories - mastodon.git/commit
Add improved CLI interface for removing remote media (#8411)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 25 Aug 2018 11:25:39 +0000 (13:25 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Aug 2018 11:25:39 +0000 (13:25 +0200)
commit793eea29823a44fd4950f87898ecf0ff3b49351d
tree3b8f21b5d4fa500d50a3e014140166348c1c1e17
parentb4fc810bc34eb58e2c9e6c5abb2de2d6d9390a9b
Add improved CLI interface for removing remote media (#8411)

./bin/tootctl media remove --days 7 --background

Make the old rake task point to it
app/workers/maintenance/destroy_media_worker.rb
app/workers/maintenance/redownload_account_media_worker.rb
app/workers/maintenance/uncache_media_worker.rb
bin/tootctl [new file with mode: 0755]
lib/cli.rb [new file with mode: 0644]
lib/mastodon/media_cli.rb [new file with mode: 0644]
lib/tasks/mastodon.rake