Commit Graph

2 Commits (d77ee3f276dc42fb0219ab1b02162f2f1b90257b)

Author SHA1 Message Date
Eugen Rochko 793eea2982
Add improved CLI interface for removing remote media ()
./bin/tootctl media remove --days 7 --background

Make the old rake task point to it
Eugen Rochko ad40bf5e0c
Speed up some rake tasks by moving execution to Sidekiq ()
* Speed up some rake tasks by moving execution to Sidekiq

mastodon:media:remove_silenced
mastodon:media:remove_remote
mastodon:media:redownload_avatars
mastodon:feeds:build

* Fix code style issue