mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-14 22:26:36 -05:00
Fix tootctl accounts reattaching not unsuspending deleted account (#8812)
This commit is contained in:
committed by
Yamagishi Kazutoshi
parent
df2f4052b8
commit
ac07bfb018
@@ -83,7 +83,8 @@ module Mastodon
|
||||
end
|
||||
end
|
||||
|
||||
user.account = account
|
||||
account.suspended = false
|
||||
user.account = account
|
||||
|
||||
if user.save
|
||||
if options[:confirmed]
|
||||
|
||||
Reference in New Issue
Block a user