fix reply limit

This commit is contained in:
ThatOneCalculator 2022-07-18 22:30:15 -07:00
parent 0cc5c23049
commit 2b0a5a6db4

View file

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