This commit is contained in:
syuilo 2019-04-12 14:24:56 +09:00 committed by GitHub
parent dcf9421560
commit 9a616d9864

View File

@ -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, {