Feature: Unlisted custom emojis (#5485)
This commit is contained in:
@ -130,11 +130,15 @@ en:
|
||||
enable: Enable
|
||||
enabled_msg: Successfully enabled that emoji
|
||||
image_hint: PNG up to 50KB
|
||||
listed: Listed
|
||||
new:
|
||||
title: Add new custom emoji
|
||||
shortcode: Shortcode
|
||||
shortcode_hint: At least 2 characters, only alphanumeric characters and underscores
|
||||
title: Custom emojis
|
||||
unlisted: Unlisted
|
||||
update_failed_msg: Could not update that emoji
|
||||
updated_msg: Emoji successfully updated!
|
||||
upload: Upload
|
||||
domain_blocks:
|
||||
add_new: Add new
|
||||
|
@ -140,7 +140,7 @@ Rails.application.routes.draw do
|
||||
resource :two_factor_authentication, only: [:destroy]
|
||||
end
|
||||
|
||||
resources :custom_emojis, only: [:index, :new, :create, :destroy] do
|
||||
resources :custom_emojis, only: [:index, :new, :create, :update, :destroy] do
|
||||
member do
|
||||
post :copy
|
||||
post :enable
|
||||
|
Reference in New Issue
Block a user