mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
Clean up
This commit is contained in:
parent
f9d697128a
commit
946c3a25b9
@ -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;
|
||||
|
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user