diff --git a/src/models/repositories/note.ts b/src/models/repositories/note.ts index ac1502479e..56a08d090a 100644 --- a/src/models/repositories/note.ts +++ b/src/models/repositories/note.ts @@ -188,7 +188,7 @@ export class NoteRepository extends Repository { }) : null, renote: note.renoteId ? this.pack(note.renoteId, meId, { - detail: false + detail: true }) : null, poll: note.hasPoll ? populatePoll() : null,