]> cat aescling's git repositories - mastodon.git/commit
Do not remove "dead" domains in tootctl accounts cull (#9108)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 27 Oct 2018 20:56:16 +0000 (22:56 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Oct 2018 20:56:16 +0000 (22:56 +0200)
commit6f78500d4f515c65ec66416e2d78bc9ae247f91c
tree2d7f8125f6190868f9a85f37b951d4a828c93c5e
parenta90b569350853b648610814a06f1e9c8a930e16a
Do not remove "dead" domains in tootctl accounts cull (#9108)

Leave `tootctl accounts cull` to simply check removed accounts from
live domains, and skip temporarily unavailable domains, while listing
them in the final output for further action.

Add `tootctl domains purge DOMAIN` to be able to purge a domain from
that list manually
lib/cli.rb
lib/mastodon/accounts_cli.rb
lib/mastodon/domains_cli.rb [new file with mode: 0644]
lib/mastodon/emoji_cli.rb
lib/mastodon/feeds_cli.rb
lib/mastodon/media_cli.rb
lib/mastodon/settings_cli.rb