mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
fix timeline
This commit is contained in:
parent
650eab96e7
commit
cd12c7fced
@ -92,5 +92,5 @@ module.exports = (params, user, app) => new Promise(async (res, rej) => {
|
||||
});
|
||||
|
||||
// Serialize
|
||||
res(Promise.all(timeline.map(post => serialize(post, user))));
|
||||
res(await Promise.all(timeline.map(post => serialize(post, user))));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user