1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 10:05:52 +02:00
This commit is contained in:
syuilo
2018-11-01 09:19:22 +09:00
parent 325cd03a59
commit 1fca8d322c
6 changed files with 27 additions and 39 deletions

View File

@@ -44,6 +44,7 @@ export default async (params: any, user: ILocalUser) => new Promise(async (res,
// Response
res(await pack(app, null, {
detail: true,
includeSecret: true
}));
});