fix: custom emojis on user overview not being rendered
This commit is contained in:
parent
9df08ea16a
commit
3edeb7a270
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ export type CustomEmoji = {
|
|||
};
|
||||
|
||||
export type EmojiLite = {
|
||||
id: string;
|
||||
name: string;
|
||||
url: string;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue