forked from cybrespace/mastodon
Fix tootctl accounts reattaching not unsuspending deleted account (#8812)
This commit is contained in:
parent
df2f4052b8
commit
ac07bfb018
|
@ -83,6 +83,7 @@ module Mastodon
|
|||
end
|
||||
end
|
||||
|
||||
account.suspended = false
|
||||
user.account = account
|
||||
|
||||
if user.save
|
||||
|
|
Loading…
Reference in New Issue