1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 17:16:08 +02:00
This commit is contained in:
syuilo
2017-03-03 19:48:00 +09:00
parent d1557bcae8
commit f11bdf36b9
5 changed files with 31 additions and 50 deletions

View File

@@ -21,8 +21,8 @@ export default (
app: any,
me?: any,
options?: {
includeSecret: boolean,
includeProfileImageIds: boolean
includeSecret?: boolean,
includeProfileImageIds?: boolean
}
) => new Promise<any>(async (resolve, reject) => {
const opts = options || {