This commit is contained in:
syuilo 2018-11-04 23:00:43 +09:00
parent af4f1a7bd6
commit 1855ab60f1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
9 changed files with 82 additions and 17 deletions

View file

@ -51,8 +51,6 @@ export default function load() {
if (config.maxNoteTextLength == null) config.maxNoteTextLength = 1000;
if (config.name == null) config.name = 'Misskey';
return Object.assign(config, mixin);
}

View file

@ -18,8 +18,6 @@ export type Source = {
repository_url?: string;
feedback_url?: string;
};
name?: string;
description?: string;
languages?: string[];
welcome_bg_url?: string;
url: string;