enhance: increase emoji picker search results

Co-authored-by: naskya <m@naskya.net>
Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
Ibuki Sugiyama 2023-11-05 21:02:47 +09:00 committed by limepotato
parent 3064a363d7
commit 2e8a266019

View file

@ -256,7 +256,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<Misskey.entities.CustomEmoji>();