back to 30

This commit is contained in:
ThatOneCalculator 2022-07-25 13:41:45 -07:00
parent 15f06a1d50
commit 7303bd79ce
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ function blur() {
os.api('notes/children', {
noteId: appearNote.id,
limit: 100,
limit: 30,
depth: 6,
}).then(res => {
replies.value = res;