forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
654daff7ce
commit
4ee40c3345
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ export class NoteRepository extends Repository<Note> {
|
|||
files: DriveFiles.packMany(note.fileIds),
|
||||
replyId: note.replyId,
|
||||
renoteId: note.renoteId,
|
||||
uri: note.uri,
|
||||
|
||||
...(opts.detail ? {
|
||||
reply: note.replyId ? this.pack(note.replyId, meId, {
|
||||
|
|
Loading…
Reference in a new issue