mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-14 17:12:59 +01:00
parent
2e2ba39abf
commit
167d86d21d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Api::V2::Admin::AccountsController < Api::V1::Admin::AccountsController
|
|||
end
|
||||
|
||||
def filter_params
|
||||
params.permit(*FILTER_PARAMS)
|
||||
params.permit(*FILTER_PARAMS, role_ids: [])
|
||||
end
|
||||
|
||||
def pagination_params(core_params)
|
||||
|
|
Loading…
Add table
Reference in a new issue