diff --git a/packages/client/src/components/MkEmojiPicker.vue b/packages/client/src/components/MkEmojiPicker.vue index 3e911c152..c4cdf6826 100644 --- a/packages/client/src/components/MkEmojiPicker.vue +++ b/packages/client/src/components/MkEmojiPicker.vue @@ -258,7 +258,7 @@ watch(q, () => { const newQ = q.value.replace(/:/g, "").toLowerCase(); const searchCustom = () => { - const max = 16; + const max = 100; const emojis = customEmojis; const matches = new Set();