From 7303bd79cecde62eafd773e1780a167f356e5a9e Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 25 Jul 2022 13:41:45 -0700 Subject: [PATCH] back to 30 --- packages/client/src/components/note-detailed.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;