Fixed emojis not being stored by EmojiStore on first page load (#3980)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
73692f010e
Коммит
47d77d2589
@@ -18,6 +18,9 @@ const BACKSPACE_CHAR = 8;
|
|||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
|
// import the EmojiStore so that it'll register to receive the results of the listEmojis call further down
|
||||||
|
import 'stores/emoji_store.jsx';
|
||||||
|
|
||||||
export default class LoggedIn extends React.Component {
|
export default class LoggedIn extends React.Component {
|
||||||
constructor(params) {
|
constructor(params) {
|
||||||
super(params);
|
super(params);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user