Fix: モデレーターが投稿を編集するとき、編集したアカウントを保存する処理においてkmy.blueサーバー向け個別設定を削除 (#735)
This commit is contained in:
parent
081a9f5e18
commit
801d3bcf3a
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ module Admin
|
||||||
return @edit_account_id || @account.id if @edit_account_checked
|
return @edit_account_id || @account.id if @edit_account_checked
|
||||||
|
|
||||||
@edit_account_checked = true
|
@edit_account_checked = true
|
||||||
@edit_account_id = Account.local.find_by(username: 'official')&.id || @account.id
|
@edit_account_id = Account.representative.id
|
||||||
end
|
end
|
||||||
|
|
||||||
def filter_params
|
def filter_params
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue