Resolve #5963
This commit is contained in:
parent
aa2c8d101e
commit
a54de07260
16 changed files with 247 additions and 5 deletions
|
|
@ -196,6 +196,7 @@ export class NoteRepository extends Repository<Note> {
|
|||
renoteId: note.renoteId,
|
||||
mentions: note.mentions.length > 0 ? note.mentions : undefined,
|
||||
uri: note.uri || undefined,
|
||||
_prInjectionId_: (note as any)._prInjectionId_ || undefined,
|
||||
|
||||
...(opts.detail ? {
|
||||
reply: note.replyId ? this.pack(note.replyId, meId, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue