mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
feat(api): ✨ Add user emoji upload capabilities
This commit is contained in:
parent
980f4c8021
commit
da2520e60e
36 changed files with 5440 additions and 3340 deletions
|
|
@ -99,7 +99,7 @@ export const emojiToAPI = (emoji: EmojiWithInstance): APIEmoji => {
|
|||
static_url: proxyUrl(emoji.url) ?? "", // TODO: Add static version
|
||||
url: proxyUrl(emoji.url) ?? "",
|
||||
visible_in_picker: emoji.visibleInPicker,
|
||||
category: undefined,
|
||||
category: emoji.category ?? undefined,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue