diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-27 17:15:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-27 17:15:08 +0900 |
| commit | ae2267220bb743808bffaf9a33f3bc6eed75a5b1 (patch) | |
| tree | 1b80ebf04ee6f7f7f4ef6177e096b48efe162a67 /src/client/components/follow-button.vue | |
| parent | Create SECURITY.md (diff) | |
| download | misskey-ae2267220bb743808bffaf9a33f3bc6eed75a5b1.tar.gz misskey-ae2267220bb743808bffaf9a33f3bc6eed75a5b1.tar.bz2 misskey-ae2267220bb743808bffaf9a33f3bc6eed75a5b1.zip | |
wip #7533
Diffstat (limited to 'src/client/components/follow-button.vue')
| -rw-r--r-- | src/client/components/follow-button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/follow-button.vue b/src/client/components/follow-button.vue index 7199183c66..49bf678491 100644 --- a/src/client/components/follow-button.vue +++ b/src/client/components/follow-button.vue @@ -71,7 +71,7 @@ export default defineComponent({ }, mounted() { - this.connection = os.stream.useSharedConnection('main'); + this.connection = os.stream.useChannel('main'); this.connection.on('follow', this.onFollowChange); this.connection.on('unfollow', this.onFollowChange); |