parent
1c79e30436
commit
7bebea087c
12 changed files with 151 additions and 237 deletions
|
@ -8,7 +8,7 @@ export default (emoji: IEmoji) => ({
|
|||
updated: emoji.updatedAt != null ? emoji.updatedAt.toISOString() : new Date().toISOString,
|
||||
icon: {
|
||||
type: 'Image',
|
||||
mediaType: 'image/png', //Mei-TODO
|
||||
mediaType: emoji.type || 'image/png',
|
||||
url: emoji.url
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue