mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
One emoji image set for picker, composition, message bubble
This commit is contained in:
committed by
Scott Nonnenberg
parent
464361b2eb
commit
6c0365a770
@@ -1,15 +1,11 @@
|
||||
const { take } = require('lodash');
|
||||
const { getRecentEmojis } = require('./data');
|
||||
const {
|
||||
replaceColons,
|
||||
hasVariation,
|
||||
} = require('../../ts/components/emoji/lib');
|
||||
const { replaceColons } = require('../../ts/components/emoji/lib');
|
||||
|
||||
module.exports = {
|
||||
getInitialState,
|
||||
load,
|
||||
replaceColons,
|
||||
hasVariation,
|
||||
};
|
||||
|
||||
let initialState = null;
|
||||
|
||||
Reference in New Issue
Block a user