Resolve #3098
This commit is contained in:
parent
af4f1a7bd6
commit
1855ab60f1
9 changed files with 82 additions and 17 deletions
|
|
@ -41,8 +41,8 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
|||
version: pkg.version,
|
||||
clientVersion: client.version,
|
||||
|
||||
name: config.name || 'Misskey',
|
||||
description: config.description,
|
||||
name: met.name || 'Misskey',
|
||||
description: met.description,
|
||||
|
||||
secure: config.https != null,
|
||||
machine: os.hostname(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue