Skip to content
Snippets Groups Projects
Commit ac07bfb0 authored by Eugen Rochko's avatar Eugen Rochko Committed by Yamagishi Kazutoshi
Browse files

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

parent df2f4052
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ module Mastodon
end
end
user.account = account
account.suspended = false
user.account = account
if user.save
if options[:confirmed]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment