diff --git a/src/models/note.ts b/src/models/note.ts index 4d157e81c..09246dea4 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -259,11 +259,6 @@ export const pack = async ( // When requested a detailed note data if (opts.detail) { - //#region 重いので廃止 - _note.prev = null; - _note.next = null; - //#endregion - if (_note.replyId) { // Populate reply to note _note.reply = pack(_note.replyId, meId, {