diff --git a/packages/client/src/components/note-detailed.vue b/packages/client/src/components/note-detailed.vue index 5285a0b8f2..ce6d15cd14 100644 --- a/packages/client/src/components/note-detailed.vue +++ b/packages/client/src/components/note-detailed.vue @@ -281,7 +281,7 @@ function blur() { os.api('notes/children', { noteId: appearNote.id, - limit: 100, + limit: 30, depth: 6, }).then(res => { replies.value = res;