Add notifications for statuses deleted by moderators (#17204)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
class Api::V1::Admin::RetentionController < Api::BaseController
|
||||
protect_from_forgery with: :exception
|
||||
|
||||
before_action -> { authorize_if_got_token! :'admin:read' }
|
||||
before_action :require_staff!
|
||||
before_action :set_cohorts
|
||||
|
||||
|
Reference in New Issue
Block a user