[PLT-6969] System console setting for the emoji picker (#6809)
* system console setting for the emoji picker * remove state.emojiPickerEnable * update url to /admin_console/customization/emoji
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
918ce03622
Коммит
279c7b7fda
@@ -326,7 +326,7 @@ export default class RhsComment extends React.Component {
|
||||
|
||||
let react;
|
||||
|
||||
if (!isEphemeral && !post.failed && !isSystemMessage && Utils.isFeatureEnabled(Constants.PRE_RELEASE_FEATURES.EMOJI_PICKER_PREVIEW)) {
|
||||
if (!isEphemeral && !post.failed && !isSystemMessage && window.mm_config.EnableEmojiPicker === 'true') {
|
||||
react = (
|
||||
<span>
|
||||
<EmojiPickerOverlay
|
||||
|
||||
Ссылка в новой задаче
Block a user