This commit is contained in:
samunohito 2024-02-17 21:22:30 +09:00
parent 6ba613b4bb
commit 1650ad350d
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ async function refreshCustomEmojis(query?: string, host?: string, sinceId?: stri
gridItems.value = customEmojis.value.map(it => ({ gridItems.value = customEmojis.value.map(it => ({
checked: false, checked: false,
id: it.id, id: it.id,
url: it.uri!, url: it.publicUrl,
name: it.name, name: it.name,
host: it.host!, host: it.host!,
})); }));