Fix #6854
This commit is contained in:
parent
0144408500
commit
e9a1e281b9
@ -48,6 +48,7 @@ export default define(meta, async (ps, me) => {
|
|||||||
|
|
||||||
const clips = await Clips.find({
|
const clips = await Clips.find({
|
||||||
id: In(clipNotes.map(x => x.clipId)),
|
id: In(clipNotes.map(x => x.clipId)),
|
||||||
|
isPublic: true
|
||||||
});
|
});
|
||||||
|
|
||||||
return await Promise.all(clips.map(x => Clips.pack(x)));
|
return await Promise.all(clips.map(x => Clips.pack(x)));
|
||||||
|
Loading…
Reference in New Issue
Block a user