draftからrequestに

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-10-24 16:55:22 +09:00
parent 53d250dddf
commit 8fd5eb7010
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
30 changed files with 184 additions and 198 deletions

View file

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