mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-05 03:55:28 +01:00
fix url
This commit is contained in:
parent
6ba613b4bb
commit
1650ad350d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ async function refreshCustomEmojis(query?: string, host?: string, sinceId?: stri
|
|||
gridItems.value = customEmojis.value.map(it => ({
|
||||
checked: false,
|
||||
id: it.id,
|
||||
url: it.uri!,
|
||||
url: it.publicUrl,
|
||||
name: it.name,
|
||||
host: it.host!,
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue