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…
Reference in a new issue