Feat:絵文字申請機能の追加
This commit is contained in:
parent
1966876320
commit
08311ece41
24 changed files with 339 additions and 31 deletions
|
|
@ -311,6 +311,7 @@ export type CustomEmoji = {
|
|||
url: string;
|
||||
category: string;
|
||||
aliases: string[];
|
||||
draft: boolean;
|
||||
};
|
||||
|
||||
export type LiteInstanceMetadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue