From 77ff7b9df0d8789919821c4fb3d1ed7944205845 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 15 Apr 2019 21:30:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?UTF-8?q?=E3=81=A7HTL=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/desktop/views/home/timeline.vue | 2 -- src/client/app/mobile/views/pages/home.vue | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/client/app/desktop/views/home/timeline.vue b/src/client/app/desktop/views/home/timeline.vue index f257f1fa9..1e6abac82 100644 --- a/src/client/app/desktop/views/home/timeline.vue +++ b/src/client/app/desktop/views/home/timeline.vue @@ -88,8 +88,6 @@ export default Vue.extend({ } else if (this.src == 'tag') { this.tagTl = this.$store.state.device.tl.arg; } - } else if (this.$store.state.i.followingCount == 0) { - this.src = 'hybrid'; } }, diff --git a/src/client/app/mobile/views/pages/home.vue b/src/client/app/mobile/views/pages/home.vue index af008ae26..0d110bf2e 100644 --- a/src/client/app/mobile/views/pages/home.vue +++ b/src/client/app/mobile/views/pages/home.vue @@ -130,8 +130,6 @@ export default Vue.extend({ } else if (this.src == 'tag') { this.tagTl = this.$store.state.device.tl.arg; } - } else if (this.$store.state.i.followingCount == 0) { - this.src = 'hybrid'; } },