diff --git a/packages/client/src/components/MkNoteDetailed.vue b/packages/client/src/components/MkNoteDetailed.vue index f6bbdc215..2caf34488 100644 --- a/packages/client/src/components/MkNoteDetailed.vue +++ b/packages/client/src/components/MkNoteDetailed.vue @@ -301,7 +301,7 @@ if (appearNote.replyId) { os.api('notes/conversation', { noteId: appearNote.replyId, }).then(res => { - conversation.value = res.reverse(); + conversation.value = res; }); }