forked from mirrors/misskey
Fix bug
This commit is contained in:
@@ -76,8 +76,7 @@ module.exports = (params, user) =>
|
||||
}, {
|
||||
limit: limit,
|
||||
sort: sort
|
||||
})
|
||||
.toArray();
|
||||
});
|
||||
|
||||
// Serialize
|
||||
res(await Promise.all(files.map(async file =>
|
||||
|
||||
Reference in New Issue
Block a user