Skip to content
Snippets Groups Projects
Unverified Commit 0b99293d authored by syuilo's avatar syuilo
Browse files

Fix bug

parent 802153ff
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment