mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-25 15:46:17 +09:00
Fix bug
This commit is contained in:
parent
802153ff9b
commit
0b99293d4c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user