From 7bd33ecc72c7cbb53a15f3a74f7548564c75fa6b Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 7 Aug 2018 13:25:50 +0900 Subject: :v: --- src/config/load.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config/load.ts') diff --git a/src/config/load.ts b/src/config/load.ts index 44a24c96ae..1c59f82b3e 100644 --- a/src/config/load.ts +++ b/src/config/load.ts @@ -47,6 +47,8 @@ export default function load() { if (config.localDriveCapacityMb == null) config.localDriveCapacityMb = 256; if (config.remoteDriveCapacityMb == null) config.remoteDriveCapacityMb = 8; + if (config.name == null) config.name = 'Misskey'; + return Object.assign(config, mixin); } -- cgit v1.2.3-freya