Add custom emoji to emoji board (#210)
* Display custom emoji in picker Adds a single category at the start of the emoji picker to display the user's custom emoji * Show any amount of custom emoji packs in the Emoji Board * Use thumbnails in emoji picker + mark as emoji * Fix emoji picker stretching when too many packs are available * Sprinkle in a few comments for good measure * Remove emoji-less packs from the emoji picker
This commit is contained in:
@@ -166,4 +166,6 @@ function getEmojiForCompletion(room) {
|
||||
.concat(Array.from(allEmoji.values()));
|
||||
}
|
||||
|
||||
export { getUserImagePack, getShortcodeToEmoji, getEmojiForCompletion };
|
||||
export {
|
||||
getUserImagePack, getShortcodeToEmoji, getRelevantPacks, getEmojiForCompletion,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user