This commit is contained in:
syuilo
2019-04-17 07:25:34 +09:00
parent f9d697128a
commit 946c3a25b9
2 changed files with 1 additions and 3 deletions

View File

@ -178,12 +178,11 @@ export class NoteRepository extends Repository<Note> {
name: In(reactionEmojis),
host: host
}) : [],
tags: note.tags,
fileIds: note.fileIds,
files: DriveFiles.packMany(note.fileIds),
replyId: note.replyId,
renoteId: note.renoteId,
uri: note.uri,
uri: note.uri || undefined,
...(opts.detail ? {
reply: note.replyId ? this.pack(note.replyId, meId, {