This commit is contained in:
KMY 2023-11-04 10:11:06 +09:00
parent 52dac50826
commit 7e088863b4
5 changed files with 29 additions and 15 deletions

View file

@ -12,4 +12,9 @@ export const CustomEmojiFactory = Record<CustomEmojiShape>({
url: '',
category: '',
visible_in_picker: false,
width: 32,
height: 32,
sensitive: false,
aliases: [],
license: '',
});