Fix tootctl accounts reattaching not unsuspending deleted account (#8812)
parent
bf20094a3f
commit
20beab56e4
|
@ -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 New Issue