fix reply limit
This commit is contained in:
parent
0cc5c23049
commit
2b0a5a6db4
|
@ -281,7 +281,7 @@ function blur() {
|
||||||
|
|
||||||
os.api('notes/children', {
|
os.api('notes/children', {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
limit: 30,
|
limit: 100,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
replies.value = res;
|
replies.value = res;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue