Admin interface for listing, adding and removing custom emojis (#5002)
* Admin interface for listing, adding and removing custom emojis * Only display local ones in the list
This commit is contained in:
parent
d43944143a
commit
09a94b575e
8 changed files with 91 additions and 0 deletions
|
@ -136,6 +136,8 @@ Rails.application.routes.draw do
|
|||
resources :users, only: [] do
|
||||
resource :two_factor_authentication, only: [:destroy]
|
||||
end
|
||||
|
||||
resources :custom_emojis, only: [:index, :new, :create, :destroy]
|
||||
end
|
||||
|
||||
get '/admin', to: redirect('/admin/settings/edit', status: 302)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue