diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-14 11:58:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-14 11:58:21 +0900 |
| commit | 9666e6b4d34a3ed23be444f9ec86d2e0e5ec9a49 (patch) | |
| tree | 56f7a6fe6277602f8332615a79fc7c0124287727 /src | |
| parent | Clean up (diff) | |
| download | sharkey-9666e6b4d34a3ed23be444f9ec86d2e0e5ec9a49.tar.gz sharkey-9666e6b4d34a3ed23be444f9ec86d2e0e5ec9a49.tar.bz2 sharkey-9666e6b4d34a3ed23be444f9ec86d2e0e5ec9a49.zip | |
#1894
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/timeline.vue | 2 | ||||
| -rw-r--r-- | src/client/app/mobile/views/pages/home.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/timeline.vue b/src/client/app/desktop/views/components/timeline.vue index a5ea1487ab..52a7753438 100644 --- a/src/client/app/desktop/views/components/timeline.vue +++ b/src/client/app/desktop/views/components/timeline.vue @@ -50,7 +50,7 @@ export default Vue.extend({ this.list = this.$store.state.device.tl.arg; } } else if (this.$store.state.i.followingCount == 0) { - this.src = 'local'; + this.src = 'hybrid'; } }, diff --git a/src/client/app/mobile/views/pages/home.vue b/src/client/app/mobile/views/pages/home.vue index 09930aca5a..2f57e422a3 100644 --- a/src/client/app/mobile/views/pages/home.vue +++ b/src/client/app/mobile/views/pages/home.vue @@ -91,7 +91,7 @@ export default Vue.extend({ this.list = this.$store.state.device.tl.arg; } } else if (this.$store.state.i.followingCount == 0) { - this.src = 'local'; + this.src = 'hybrid'; } }, |