mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Don't think that needed a reverse
This commit is contained in:
parent
f1275de03c
commit
7af448b8e7
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ if (appearNote.replyId) {
|
|||
os.api('notes/conversation', {
|
||||
noteId: appearNote.replyId,
|
||||
}).then(res => {
|
||||
conversation.value = res.reverse();
|
||||
conversation.value = res;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue