note-improvements (#9742)
Increases the limit of the replies loaded above the focused post from 10 to 30 Co-authored-by: Freeplay <Freeplay@duck.com> Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9742 Co-authored-by: Free <freeplay@duck.com> Co-committed-by: Free <freeplay@duck.com>
This commit is contained in:
parent
b8e09ad4b6
commit
bcd0488cf1
|
@ -304,6 +304,7 @@ os.api('notes/children', {
|
|||
if (appearNote.replyId) {
|
||||
os.api('notes/conversation', {
|
||||
noteId: appearNote.replyId,
|
||||
limit: 30,
|
||||
}).then(res => {
|
||||
conversation.value = res.reverse();
|
||||
focus();
|
||||
|
|
Loading…
Reference in New Issue