浏览代码

Fix tootctl accounts reattaching not unsuspending deleted account (#8812)

master
Eugen Rochko 5 年前
committed by Yamagishi Kazutoshi
父节点
当前提交
ac07bfb018
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      lib/mastodon/accounts_cli.rb

+ 2
- 1
lib/mastodon/accounts_cli.rb 查看文件

@@ -83,7 +83,8 @@ module Mastodon
end
end

user.account = account
account.suspended = false
user.account = account

if user.save
if options[:confirmed]


正在加载...
取消
保存