Add custom emojis to the emoji picker (#5052)
This commit is contained in:
parent
293972f716
commit
66126f3021
8 changed files with 91 additions and 2 deletions
|
@ -20,6 +20,7 @@ import search from './search';
|
|||
import media_attachments from './media_attachments';
|
||||
import notifications from './notifications';
|
||||
import height_cache from './height_cache';
|
||||
import custom_emojis from './custom_emojis';
|
||||
|
||||
const reducers = {
|
||||
timelines,
|
||||
|
@ -43,6 +44,7 @@ const reducers = {
|
|||
media_attachments,
|
||||
notifications,
|
||||
height_cache,
|
||||
custom_emojis,
|
||||
};
|
||||
|
||||
export default combineReducers(reducers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue