fix reply limit
This commit is contained in:
parent
e8b6b9a3a2
commit
ee82e63509
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue