Add filters to admin UI for custom emojis (#6003)

This commit is contained in:
Eugen Rochko
2017-12-13 13:28:31 +01:00
committed by GitHub
parent 57fcc21a86
commit ad75ec8b5b
6 changed files with 26 additions and 6 deletions

View File

@ -92,7 +92,9 @@ module Admin
def filter_params
params.permit(
:local,
:remote
:remote,
:by_domain,
:shortcode
)
end
end