mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
This commit is contained in:
@ -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';
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -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';
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user