summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2018-10-31 02:17:54 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-10-31 02:17:54 +0900
commit50cd6a036ebe2cb75ddbeebc25f3d25b52ad1c3b (patch)
treeca97f482c012ea2193bc2231cd95e3e8d2c46ef2 /src/config
parentFix: can't recognize rebirthed instance user (#3046) (diff)
downloadmisskey-50cd6a036ebe2cb75ddbeebc25f3d25b52ad1c3b.tar.gz
misskey-50cd6a036ebe2cb75ddbeebc25f3d25b52ad1c3b.tar.bz2
misskey-50cd6a036ebe2cb75ddbeebc25f3d25b52ad1c3b.zip
Implement /api/v1/instance (#3045)
* Update mastodon.ts * Update types.ts * Update mastodon.ts
Diffstat (limited to 'src/config')
-rw-r--r--src/config/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index fc3a3afe5f..ee919abdec 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -14,11 +14,13 @@ export type Source = {
* メンテナの連絡先(URLかmailto形式のURL)
*/
url: string;
+ email?: string;
repository_url?: string;
feedback_url?: string;
};
name?: string;
description?: string;
+ languages?: string[];
welcome_bg_url?: string;
url: string;
port: number;