mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Fix #6854
This commit is contained in:
parent
22bf57d794
commit
e9632f93ca
@ -48,6 +48,7 @@ export default define(meta, async (ps, me) => {
|
||||
|
||||
const clips = await Clips.find({
|
||||
id: In(clipNotes.map(x => x.clipId)),
|
||||
isPublic: true
|
||||
});
|
||||
|
||||
return await Promise.all(clips.map(x => Clips.pack(x)));
|
||||
|
Loading…
Reference in New Issue
Block a user