summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-15 22:09:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-15 22:09:10 +0900
commitff625253ceb32fe4a4acb65ffa1e46abac948349 (patch)
tree00d0c6fd434623ec08ba4767edaaae0ea85b4886 /src/client/app
parentMerge branch 'develop' (diff)
parent11.1.1 (diff)
downloadmisskey-ff625253ceb32fe4a4acb65ffa1e46abac948349.tar.gz
misskey-ff625253ceb32fe4a4acb65ffa1e46abac948349.tar.bz2
misskey-ff625253ceb32fe4a4acb65ffa1e46abac948349.zip
Merge branch 'develop'
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/desktop/views/home/timeline.vue2
-rw-r--r--src/client/app/mobile/views/pages/home.vue2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/client/app/desktop/views/home/timeline.vue b/src/client/app/desktop/views/home/timeline.vue
index f257f1fa97..1e6abac823 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 af008ae26e..0d110bf2ee 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';
}
},