Skip to content
Snippets Groups Projects
Unverified Commit 4ee40c33 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Fix bug

parent 654daff7
No related branches found
No related tags found
No related merge requests found
......@@ -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, {
......
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