mirror of
https://github.com/kikobar/mastodon.git
synced 2024-12-26 07:44:23 +00:00
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
account.suspended = false
|
||||||
user.account = account
|
user.account = account
|
||||||
|
|
||||||
if user.save
|
if user.save
|
||||||
|
|
Loading…
Reference in a new issue