Fix tootctl accounts reattaching not unsuspending deleted account (#8812)

master
Eugen Rochko 6 years ago committed by Yamagishi Kazutoshi
parent df2f4052b8
commit ac07bfb018
  1. 1
      lib/mastodon/accounts_cli.rb

@ -83,6 +83,7 @@ module Mastodon
end
end
account.suspended = false
user.account = account
if user.save

Loading…
Cancel
Save