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

pull/8825/head
Eugen Rochko 6 years ago committed by Yamagishi Kazutoshi
parent df2f4052b8
commit ac07bfb018

@ -83,7 +83,8 @@ module Mastodon
end
end
user.account = account
account.suspended = false
user.account = account
if user.save
if options[:confirmed]

Loading…
Cancel
Save