1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 21:09:24 -05:00
This commit is contained in:
syuilo 2018-07-14 11:58:21 +09:00
parent c937cb94f9
commit 9666e6b4d3
2 changed files with 2 additions and 2 deletions
src/client/app
desktop/views/components
mobile/views/pages

View file

@ -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';
}
},

View file

@ -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';
}
},