back to 30
This commit is contained in:
parent
15f06a1d50
commit
7303bd79ce
|
@ -281,7 +281,7 @@ function blur() {
|
|||
|
||||
os.api('notes/children', {
|
||||
noteId: appearNote.id,
|
||||
limit: 100,
|
||||
limit: 30,
|
||||
depth: 6,
|
||||
}).then(res => {
|
||||
replies.value = res;
|
||||
|
|
Loading…
Reference in New Issue