Fix tootctl accounts reattaching not unsuspending deleted account (#8812)
This commit is contained in:
parent
bf20094a3f
commit
20beab56e4
1 changed files with 2 additions and 1 deletions
|
@ -83,6 +83,7 @@ module Mastodon
|
|||
end
|
||||
end
|
||||
|
||||
account.suspended = false
|
||||
user.account = account
|
||||
|
||||
if user.save
|
||||
|
|
Loading…
Reference in a new issue