Don't think that needed a reverse

This commit is contained in:
Freeplay 2023-02-27 09:32:24 -05:00
parent f1275de03c
commit 7af448b8e7

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;
});
}