mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix bug
This commit is contained in:
parent
06a0b0f63f
commit
804210c5e9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue