Don't think that needed a reverse

This commit is contained in:
Freeplay 2023-02-27 09:32:24 -05:00
parent 1763e2083f
commit f4449cfafd
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ if (appearNote.replyId) {
os.api('notes/conversation', {
noteId: appearNote.replyId,
}).then(res => {
conversation.value = res.reverse();
conversation.value = res;
});
}