From be6d7c715144921e8ca6924fc984275c40018d51 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Mon, 3 Jan 2022 13:10:15 +0100 Subject: [PATCH] remove emoji cdn --- front/src/Components/EmoteMenu/EmoteMenu.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Components/EmoteMenu/EmoteMenu.svelte b/front/src/Components/EmoteMenu/EmoteMenu.svelte index d084718d..4c8c8b07 100644 --- a/front/src/Components/EmoteMenu/EmoteMenu.svelte +++ b/front/src/Components/EmoteMenu/EmoteMenu.svelte @@ -18,7 +18,7 @@ }, emojisPerRow: isMobile() ? 6 : 8, autoFocusSearch: false, - style: "twemoji", + style: "native", }); //the timeout is here to prevent the menu from flashing setTimeout(() => picker.showPicker(emojiContainer), 100);