mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 16:24:41 +09:00
ghostの設定をDBに保存するように
This commit is contained in:
@ -85,6 +85,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
||||
if (me && me.isAdmin) {
|
||||
response.hidedTags = instance.hidedTags;
|
||||
response.recaptchaSecretKey = instance.recaptchaSecretKey;
|
||||
response.proxyAccount = instance.proxyAccount;
|
||||
}
|
||||
|
||||
res(response);
|
||||
|
Reference in New Issue
Block a user