Feat:絵文字申請機能の追加

This commit is contained in:
tar_bin 2023-05-17 00:44:19 +09:00 committed by mattyatea
parent 1966876320
commit 08311ece41
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
24 changed files with 339 additions and 31 deletions

View file

@ -311,6 +311,7 @@ export type CustomEmoji = {
url: string;
category: string;
aliases: string[];
draft: boolean;
};
export type LiteInstanceMetadata = {