fix reply limit

This commit is contained in:
ThatOneCalculator 2022-07-18 22:30:15 -07:00
parent e8b6b9a3a2
commit ee82e63509

View file

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