Add admin status edit commands

This commit is contained in:
KMY 2023-03-16 23:27:51 +09:00
parent 7910ab0333
commit ad102071bc
6 changed files with 92 additions and 3 deletions

View file

@ -355,6 +355,14 @@ Rails.application.routes.draw do
resource :action, only: [:new, :create], controller: 'account_actions'
resources :statuses, only: [:index, :show] do
member do
post :remove_history
post :remove_media
post :force_sensitive
post :force_cw
post :remove_status
end
collection do
post :batch
end