This commit is contained in:
syuilo 2019-04-12 14:24:56 +09:00 committed by GitHub
parent 654daff7ce
commit 4ee40c3345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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