From 60ef3e3563c95008bde52818a7d638d1d8ff9b19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 9 Nov 2018 08:13:34 +0900 Subject: Refactor & Clean up --- src/client/app/common/scripts/note-subscriber.ts | 2 +- 1 file changed, 1 insertion(+), 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 1a82dd3918..bc434c4360 100644 --- a/src/client/app/common/scripts/note-subscriber.ts +++ b/src/client/app/common/scripts/note-subscriber.ts @@ -26,7 +26,7 @@ export default prop => ({ created() { if (this.$store.getters.isSignedIn) { - this.connection = (this as any).os.stream; + this.connection = this.$root.stream; } }, -- cgit v1.2.3-freya