mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 08:36:00 +02:00
Clean up
This commit is contained in:
@@ -35,6 +35,7 @@ export default (params: any, user: ILocalUser) => new Promise(async (res, rej) =
|
||||
});
|
||||
|
||||
// Reply
|
||||
res(await Promise.all(apps.map(async app =>
|
||||
await pack(app))));
|
||||
res(await Promise.all(apps.map(app => pack(app, user, {
|
||||
detail: true
|
||||
}))));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user