This commit is contained in:
syuilo 2019-04-08 17:04:37 +09:00
parent 802153ff9b
commit 0b99293d4c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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,