mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-21 13:15:22 +01:00
Fix tootctl accounts reattaching not unsuspending deleted account (#8812)
This commit is contained in:
parent
df2f4052b8
commit
ac07bfb018
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue