From 63bf82507f0b1beb5edc89ee1026293fa9e77835 Mon Sep 17 00:00:00 2001 From: Hayk Aprikyan Date: Mon, 18 Oct 2021 11:01:04 +0400 Subject: [PATCH] restore messenger emojis (#362) * added messenger set * added messenger value --- README.md | 6 +++--- mods/emoji-sets/mod.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2003e5..2bac9b9 100644 --- a/README.md +++ b/README.md @@ -298,9 +298,9 @@ on top of other windows even if it's not focused. **author:** [dragonwocky](https://github.com/dragonwocky/) -| option | type | values/defaults | -| ------ | ------ | --------------------------------------------------------------------------------------------------------------- | -| style | select | twitter, apple, google, microsoft, samsung, whatsapp, facebook, joypixels, openmoji, emojidex, lg, htc, mozilla | +| option | type | values/defaults | +| ------ | ------ | -------------------------------------------------------------------------------------------------------------------------- | +| style | select | twitter, apple, google, microsoft, samsung, whatsapp, facebook, messenger, joypixels, openmoji, emojidex, lg, htc, mozilla | ![](https://user-images.githubusercontent.com/16874139/97820652-3f5b7d80-1d03-11eb-80a6-34089b946711.png) diff --git a/mods/emoji-sets/mod.js b/mods/emoji-sets/mod.js index 8ceb5b5..e2d3791 100644 --- a/mods/emoji-sets/mod.js +++ b/mods/emoji-sets/mod.js @@ -26,6 +26,7 @@ module.exports = { 'samsung', 'whatsapp', 'facebook', + 'messenger', 'joypixels', 'openmoji', 'emojidex',