This commit is contained in:
syuilo 2019-04-17 07:25:34 +09:00
parent f9d697128a
commit 946c3a25b9
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 1 additions and 3 deletions

View file

@ -137,7 +137,6 @@ export default prop => ({
Vue.set(this.$_ns_target, 'deletedAt', body.deletedAt);
Vue.set(this.$_ns_target, 'renote', null);
this.$_ns_target.text = null;
this.$_ns_target.tags = [];
this.$_ns_target.fileIds = [];
this.$_ns_target.poll = null;
this.$_ns_target.geo = null;

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