mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
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
ae4e5d1352
commit
cca4156804
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue