mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Mirror format in custom-emojis.ts
This commit is contained in:
parent
f0a30d6b4a
commit
3d0859e7fc
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ const getContact = async (
|
|||
emojis: emojis ? user.emojis.filter(e => e in emojis).map(e => ({
|
||||
shortcode: e,
|
||||
static_url: emojis[e].publicUrl,
|
||||
url: emojis[e].publicUrl,
|
||||
url: emojis[e].originalUrl,
|
||||
visible_in_picker: true,
|
||||
})) : [],
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue