fix: custom emojis on user overview not being rendered

This commit is contained in:
naskya 2024-04-07 19:19:19 +09:00
parent 9df08ea16a
commit 3edeb7a270
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ export type CustomEmoji = {
};
export type EmojiLite = {
id: string;
name: string;
url: string;
};