From 946c3a25b96a8f9a33d77e94394916aa0298e4a8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 17 Apr 2019 07:25:34 +0900 Subject: Clean up --- src/client/app/common/scripts/note-subscriber.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/app/common/scripts/note-subscriber.ts') diff --git a/src/client/app/common/scripts/note-subscriber.ts b/src/client/app/common/scripts/note-subscriber.ts index 02d810ded9..d881fe01ce 100644 --- a/src/client/app/common/scripts/note-subscriber.ts +++ b/src/client/app/common/scripts/note-subscriber.ts @@ -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; -- cgit v1.2.3-freya