mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 12:02:55 +09:00
fix reply limit
This commit is contained in:
parent
e8b6b9a3a2
commit
ee82e63509
@ -281,7 +281,7 @@ function blur() {
|
||||
|
||||
os.api('notes/children', {
|
||||
noteId: appearNote.id,
|
||||
limit: 30,
|
||||
limit: 100,
|
||||
}).then(res => {
|
||||
replies.value = res;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user