summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorHakaba Hitoyo <example@example.com>2018-10-06 16:03:18 +0900
committerHakaba Hitoyo <example@example.com>2018-10-06 16:03:18 +0900
commit7019ddbfc7c2f71a7b76cba03ff141b97e9fdcd4 (patch)
treef351f72b3b36202f4ef31cd52ed758925f57de5d /src/config
parentBetter japanese (diff)
downloadmisskey-7019ddbfc7c2f71a7b76cba03ff141b97e9fdcd4.tar.gz
misskey-7019ddbfc7c2f71a7b76cba03ff141b97e9fdcd4.tar.bz2
misskey-7019ddbfc7c2f71a7b76cba03ff141b97e9fdcd4.zip
external user recommendation
Diffstat (limited to 'src/config')
-rw-r--r--src/config/types.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index 003185accd..5c7b8260db 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -96,6 +96,12 @@ export type Source = {
google_maps_api_key: string;
clusterLimit?: number;
+
+ user_recommendation: {
+ external: boolean;
+ engine: string;
+ timeout: number;
+ };
};
/**