mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 01:33:57 +09:00
メンテナ情報をDBに保存するように
This commit is contained in:
@ -36,7 +36,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
||||
});
|
||||
|
||||
const response: any = {
|
||||
maintainer: config.maintainer,
|
||||
maintainer: instance.maintainer,
|
||||
|
||||
version: pkg.version,
|
||||
clientVersion: client.version,
|
||||
|
Reference in New Issue
Block a user