This commit is contained in:
syuilo 2019-04-08 17:04:37 +09:00
parent 06a0b0f63f
commit 804210c5e9

View File

@ -188,7 +188,7 @@ export class NoteRepository extends Repository<Note> {
}) : null,
renote: note.renoteId ? this.pack(note.renoteId, meId, {
detail: false
detail: true
}) : null,
poll: note.hasPoll ? populatePoll() : null,